Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The constructor accepts two optional arguments:
"MMMM d, yyyy, 'at' h 'o''clock'".

If no pattern is provided, the default is "M/d/yy" for the locales en_US and es_US, or "d/M/yy" for
en_CA, fr_CA, en_GB, and en_AU.
en_CA, fr_CA, en_GB, en_AU and de_DE.

* locale

Expand All @@ -59,7 +59,7 @@ The constructor accepts two optional arguments:
"d 'de' MMMM 'de' yyyy" will return a date such as "6 de julio de 2012". If locale is fr_CA,
"'le' d MMMM yyyy k'h'mm" will return a date such as "le 6 juillet 2012 13h00".

Currently supported values are "en_US", "es_US", "en_CA", "fr_CA", "en_GB", and "en_AU". The default
Currently supported values are "en_US", "es_US", "en_CA", "fr_CA", "en_GB", "en_AU", "de_DE". The default
is "en_US".

The applyPattern Method
Expand Down
4 changes: 2 additions & 2 deletions SimpleDateFormat.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading