I'm building a calendar-based web app, and am in great need of a javascript Date library-- something similar to python's dateutil. I came across DateJs. The functionality looks great. My only hesitance is that the repo hasn't been touched since early 2008. Usually this is a (very) bad sign for an open source project. So I wanted to check whether people currently use, trust and remend this library, or whether its just an abandoned set of good intentions with good SEO. If not, is there another prehensive JS date library I should be looking at?
I'm building a calendar-based web app, and am in great need of a javascript Date library-- something similar to python's dateutil. I came across DateJs. The functionality looks great. My only hesitance is that the repo hasn't been touched since early 2008. Usually this is a (very) bad sign for an open source project. So I wanted to check whether people currently use, trust and remend this library, or whether its just an abandoned set of good intentions with good SEO. If not, is there another prehensive JS date library I should be looking at?
I'd like to remend momentjs - a very lightweight, yet surprisingly capable Date JS library. )
Try https://github./abritinthebay/datejs ,
It is a forked version of http://www.datejs./
It is actively maintained by new Author !
DateJS works wonders for us. I am not really concerned that development seems to have stalled as it is pretty plete as-is.