I'm looking for a javascript date manipulation library. I googled around some and came up with datejs. The latest version is an alpha-1 release from 2007 so i'm not sure about its quality. Has anyone used this library or do you have another one you can recommend?
I need functions like getWeekNumber()
, getFirstDayOfMonth()
, getFirstDayOfWeek()
etc.