Re: Need someones help on a "invalid date" error.
This is what I use on my site to get the current date for my META TAGS
$mick_time = date("Y-m-d H:i:s");
That just formats the current date and time but you might need to use a
php function if your using the date of last mod but not sure what base
date your using or it's format
$the_time = mktime(0,0,0,$month, $day, $year); this will return a date
like 200512311215
for 31st Dec 2005 12:15 I think
hope it helps
0 Comments:
Yorum Gönder
<< Home