PHP 5 Date Handling and the Date API
Posted by karens on July 4, 2007 at 1:20pm
I want to make a 2.0 version of the Date module into a real date api (it will still include a contrib folder with the CCK date field, but it is really intended to be an API). The current module is messy and inefficient and not optimized at all, it was originally designed to do one thing and has evolved into something completely different. On top of that, it makes no use at all of the new PHP 5 date handling capabilities. So it needs a real overhaul.
Read more