Skip to content

i18n Support, Month-Year Format and Human Date Formatting

Compare
Choose a tag to compare
@nehakadam nehakadam released this 28 Sep 13:35
· 93 commits to master since this release
  • 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.