Jump to content

date


onthespot

Recommended Posts

It was an example...

I would recommend using MySQL's date type.  It's the easiest to work with, especially if you are going to be doing ordering or date manipulation.

Aside from that, I would go with varchar, because you are able to store a lot of different formats, including php's unix timestamp (which I think is what redarrow is saying to use INT), but you can also use YYYY-MM-DD if you chose, or any other format.
Link to comment
https://forums.phpfreaks.com/topic/18116-date/#findComment-77649
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.