You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,20 @@ Event handler callbacks are called with `calendar objects` like this:
36
36
37
37
Parameters that require date types accept YYYY-MM-DD formated datestrings (in gregorian), JavaScript date objects, `calendar objects` and UTC timestamps.
38
38
39
-
Calendars can be localized by adding custom locales to `LocaleConfig` object:
39
+
Calendars can be localized by adding custom locales using `Moment's i18n` object:
0 commit comments