/ Published in: PHP
This will convert dates from MM-DD-YYYY to YYYY-MM-DD (iso format)
Expand |
Embed | Plain Text
<? function convertDate($date) { } ?>
You need to login to post a comment.
bradless on 04/09/10
4 people have marked this snippet as a favorite
dantreacy
eval
joacoleo
beertigger
This will convert dates from MM-DD-YYYY to YYYY-MM-DD (iso format)
<? function convertDate($date) { } ?>
You need to login to post a comment.