Does anyone know of a Javascript library, preferably a jQuery plugin, that can take datetimes in any standard format (such as ISO 8601) and convert them into user-friendly strings like:
- Wednesday, 5:00pm
- Tomorrow, 9:00am
- Saturday, 11:00pm
I'm not concerned about timezone offsets because the events are only displayed to users within the same timezone. Any suggestions or help is greatly appreciated! :)