fix syntax error and add missing space in test results (formatDate, localized dates)

This commit is contained in:
rolux 2013-05-25 14:23:12 +02:00
parent 2353e5be5a
commit 03850ee600

View file

@ -76,7 +76,7 @@ Ox.formatDate <f> Formats a date according to a format string
> Ox.formatDate(Ox.test.date, '%ED') // Localized date and time with seconds
'01/02/2005 00:03:04'
> Ox.formatDate(Ox.test.date, '%Ed') // Localized date and time without seconds
'01/02/2005 00:03
'01/02/2005 00:03'
> Ox.formatDate(Ox.test.date, '%EL') // Long localized date with weekday
'Sunday, January 2, 2005'
> Ox.formatDate(Ox.test.date, '%El') // Long localized date without weekday