Is there a working jQuery plugin (or javascript library) for formatting datetimes? I found some, but they were:
- does not work with hours and minutes (one of datapicker)
- not fully functional - cannot indicate the names of months, leading zeros, etc.
- - This is just a piece of code written on some blog.
Of course, I can implement this, but it would be better to reuse it. I am looking for functionality similar to JavaSimpleDateFormat
Bozho source
share