Jump to content

Mysql order by date


Cyto

Recommended Posts

  Quote

because i'm adding it from admin. See it as adding a event in a calendar.

 

Huh? I'm not following. You should always store dates/times as appropriate date and/or time formats in the database. You can always convert the value into whatever format you want in the output.

Link to comment
https://forums.phpfreaks.com/topic/258946-mysql-order-by-date/#findComment-1327478
Share on other sites

  Quote

Is there a way to covert 14-3 to what you mean and order it?

 

Change the field type to DATE and alter your code to format the date as YYYY-MM-DD. Then either write a script to convert existing dates, even though you don't have the year :s, or do it manually (long).

Link to comment
https://forums.phpfreaks.com/topic/258946-mysql-order-by-date/#findComment-1327487
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.