I want to output a date.
$ts = "19,0,0,03,21,2004"; //time in mktime format echo date("F j, Y, g a",mktime($ts));
Notice that the year in $ts in 2004. However, i get the following output: March 21, 2003, 7 pm
Please help to get the year right
ok i got it
i have a string in mktime(STRING)
but there should be interegrs or whatver mktime (1,2,3)
bah