Search found 1 match
- Tue Sep 23, 2003 12:21 pm
- Forum: PHP - Code
- Topic: Formatting Dates in PHP
- Replies: 8
- Views: 729
hi i hope this example help you. you need to store something similar 2 the timestamp instead of a 'date' b/c it is un-necassary to format a 'date' to a different 'date' <?php #store time with time() and not date(...) - eg: $timestamp = time(); #date format: $date_format = 'F, D j, Y H:i:s A T'; #mak...