Jump to content

Find dates between two set dates


dc_jt

Recommended Posts

Whats the best way to check two dates against a date in a mysql format. I.e

 

I have many dates in this format 0000-00-00 00:00:00

 

I then pick two dates e.g 20/04/2009 and 2/05/2009. I want to find all dates between these two dates. What is the best way to do this? I presume I need to change the format, do I change them into the same format as the first date (0000-00-00 00:00:00 ) or do I change them all into another format i.e using strtotime/timestamp?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/156402-find-dates-between-two-set-dates/
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.