Open ihari07 opened 4 years ago
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"}
{date: "shortdate"}
Can you please help me?
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?