Wednesday, January 18, 2012

Is there a jQuery time/calendar plugin for manipulating dates?


I need to work with dates, adding/subtracting hours and days. With the JavaScript date object this is a bit difficult, since there is only get/set and no add method.



Is there a plugin that ease this work, with a functions like add("2d3h") (add 2 days and 3 hours)?

2 comments:

  1. Take a look at DateJS, far the best for manipulating dates in JS, I think

    ReplyDelete