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
Improved support for Internationalization. i18n strings for a particular language can be added in a separate file and used in your application. This features is modified based on #55. Added example of Internationalization.
Added 3 new dateFormat options ("MM yyyy", "MMM yyyy", "MMMM yyyy") and monthYearSeparator for these options. This features is modified based on #18. Added example of new dateFormats.
Modified formatHumanDate callback function to work in all modes ("date", "time", "datetime"). Modified example of Human Date Formatting.