you can explode that string at the "-" and then use the month day and year or you can use date like so
$the_date = date(Y,m,d);
or
$year = date(Y);
$month = date(m);
$year = date(d);
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |