Jump to content

Quick Question


Mystixs

Recommended Posts

I would recommend that you change it to an integer and save the result of the PHP time() function, which is an integer timestamp. You can send the timestamp to the PHP date function to format it into a human-readable date, but I always store dates in a database as integer timestamps, it makes sorting and calculation really easy.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...