Is there a universal date format for PHP? -


okay there way set date can modified different format later on. example: date in mysql database, , in universal format; gets put document, there way date format changed on-the-fly?

yes, it's called unix timestamp, represents seconds since epoch (december 31rst, 1969).

with timestamps, can use date() function output date in format wish.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -