Moment.js has more date formatting and parsing options. This plugin just provides a little bit of jQuery code to find elements and replace their text content based on some attribute. We could switch to using Moment.js and throw away the custom templates and language files, but its questionable if the remaining jQuery code could justify the continued existence of the plugin.
Maybe we can implement the relative-time parts of Moment.js inside this plugin, while using their language files, at least avoiding the full dependency on Moment.js. Not sure if that's worth it either.
See also discussion in #14
Moment.js has more date formatting and parsing options. This plugin just provides a little bit of jQuery code to find elements and replace their text content based on some attribute. We could switch to using Moment.js and throw away the custom templates and language files, but its questionable if the remaining jQuery code could justify the continued existence of the plugin.
Maybe we can implement the relative-time parts of Moment.js inside this plugin, while using their language files, at least avoiding the full dependency on Moment.js. Not sure if that's worth it either.
See also discussion in #14