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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -