Hi,
I am looking for library (open source) like Joda Time in Java world. is there any library like that ?
Joda Time is very helpful to calculate date and time. I can add days, weeks, month, year and also can converting date and time easily.
I wish there is library like joda time for PHP
edit: I need some functions that available in Joda Time like daysBetween (to calculate number of days between 2 date), monthsBetween and weeksBetween ... Some functions about add and substract date is available from php itself.