globalizejs / globalizejs/globalize
how to add new formats for date?
Open
- Dominant language
- JavaScript
- Stars
- 4.8k
- Forks
- 585
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have tried to add one new format to calendar by code below.
enGregorian.main[culture].dates.calendars.gregorian.dateFormats.shortdate = 'yMd';
shortdateformatter = Globalize.dateFormatter( { date: 'shortdate'});
I am getting this error.
Uncaught Error: E_INVALID_OPTIONS: Invalid `{date: "shortdate"}`
Can you please help me?
Contributor guide
Assessment
This issue has not been assessed yet.