-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
In 4191753 the defaultDateTimePattern property was removed from the calendars, but it turns out I am using this in another library, like this:
var timeFormatString = inter.getDateFormat(formatId[0]),
dateFormatString = inter.getDateFormat(formatId[1]);
dateFormat = inter.calendars.gregorian.defaultDateTimePattern.replace('{0}', timeFormatString).replace('{1}', dateFormatString);Could you advise what the ideal way of replacing this in my end is?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels