HiHi folks, Are there any advanced date/time manipulation libraries out there which provide operations similar to those offered by the Calendar <http://java.sun.com/j2se/1.5.0/docs/api/java/util/Calendar.html>class in Java? Using the AS Date class for basic operations like adding X amount of days to the current date, adding X amount of hours to the current time, calculating for leap year etc. requires a fair amount of code. Is there any library out there which encapsulates this logic and provides a programmer friendly API?
TIA, sasuke

