Hello
I have this
$date_a=“Sat Feb 11 01:42:40 2012”;
I which to convert it to $date_b
$date_b=“Feb-11-12 01:42:40”;
which is the faster way to convert it ?
Thank you
Hello
I have this
$date_a=“Sat Feb 11 01:42:40 2012”;
I which to convert it to $date_b
$date_b=“Feb-11-12 01:42:40”;
which is the faster way to convert it ?
Thank you
[FPHP]date[/FPHP] + [FPHP]strtotime[/FPHP]