1.1
- writing code for functions add and sub
like this $date->add("2000-01-16",01,01,01) or
like MySQL $date->add("2000-01-16","INTERVAL 1 DAY")
sub function the same
- testing :)
- write some documentation
- may be add other functions from MySQL like WEEKDAY,DAYOFWEEK etc.
|