to get current date i use
Code: Select all
time();Code: Select all
mktime(0,date("i"),date("H"),date("m"),date("d")+14,date("Y"))When i print these to the screen i get correct dates and it works just fine. now when i put these dates in the db and try to explode them to the format i need i get 31 12 69.
To explode the date i use
Code: Select all
date('d m y' , $var)Please help ...
Greg