Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
293 stars 118 forks source link

Date i18n support #130

Closed sunflower-seed closed 6 years ago

sunflower-seed commented 6 years ago

It would be nice if you could provide a variable, where you can optionally set a locale and the date of the comment will be formatted nicely.

Additionally it's annoying that js does not add leading zeros to dates, e.g. 10.1.2018 vs 10.01.2018

sunflower-seed commented 6 years ago

This is already possible by DateFormatter. So this Issue is obsolete