Skip to content

Commit

Permalink
Item15080: make {DefaultDateFormat} a text field
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Apr 14, 2022
1 parent 86fc9bf commit 8667291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ $Foswiki::cfg{UseLocale} = $FALSE;
# =configure= tests if 1901-01-01 is handled by the perl localtime function.
$Foswiki::cfg{DisplayTimeValues} = 'gmtime';

# **SELECT '$day $month $year', '$year-$mo-$day', '$year/$mo/$day', '$year.$mo.$day' LABEL="Default Date Format"**
# **STRING 50 LABEL="Default Date Format"**
# Set the default format for dates. The traditional Foswiki format is
# '$day $month $year' (31 Dec 2007). The ISO format '$year-$mo-$day'
# (2007-12-31) is recommended for non English language Foswikis. Note that $mo
Expand Down

0 comments on commit 8667291

Please sign in to comment.