DP_DateExtensions

The DP_DateExtensions library extends the JavaScript Date object with new features and functionality. The addition of feature-rich timeFormat() and dateFormat() methods allowing you detailed control over the display of your date and time values. Easy manipulation of date math via the add(), diff(), round(), floor() and ceil() methods with an extended selection of standardized date parts. Simplified comparision of dates using the compare() method. Many convience functions for dealing with Daylight Savings Time and various common needs. The ability to parse several ISO 8601 standard format dates as described in the Date and Time Formats W3C note.

Links