/ Published in: PHP
The date format is dd/mm/YYYY but you can replace slashes by anything else.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $date = '25/02/2011'; ?>