Hello,
for($m = 0;$m <= 0; $m++)
{
$now = date ("Y-m-d", mktime (0,0,0,date("m"),date("d")+$m,date("Y")));
echo "<input type=\"hidden\" name=\"open_date\" value=\"" . $now . "\">";
}
With this piece of code I want to get the following format with the hour and the minutes :
20-05-2009 10:00
Do you know how to modify?
Thanks,
seb