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
Post a Comment