/ Published in: PHP
The date format is dd/mm/YYYY but you can replace slashes by anything else.
Expand |
Embed | Plain Text
<?php $date = '25/02/2011'; ?>
You need to login to post a comment.
The date format is dd/mm/YYYY but you can replace slashes by anything else.
<?php $date = '25/02/2011'; ?>
You need to login to post a comment.