expanded month names

This commit is contained in:
nytpu 2020-10-14 10:09:00 -06:00
parent c1fbbdbd1d
commit 0cc27c1f36
Signed by: nytpu
GPG Key ID: ECCDC07B337B8F5B
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ make_globals() {
# don't change these
date_format_8601="+%Y-%m-%dT%H:%M:%S%:z" # *formal* ISO-8601 format including time zone
date_format_8601_timeless="+%Y-%m-%dT12:00:00%:z" # *formal* ISO-8601 format with fixed preset time
monthnames=( "invalid" "Jan" "Feb" "Mar" "Apr" "May" "Jun" "Jul" "Aug" "Sep" "Oct" "Nov" "Dec" )
monthnames=( "invalid" "January" "February" "March" "April" "May" "June" "July" "August" "September" "October" "November" "December" )
}
get_post_title() {