View Single Post
  #1  
Old 01-07-2003, 01:46 PM
 
ryan ryan is offline
 

Advanced Member
  
Join Date: Sep 2002
Location: Philly
Posts: 38
 

Default PHP/MySQL date question

I am trying to add a page to my site that will show all titles with a release date greater than a certain date. This date is stored in the table as a string in just a regular date format (ie "01/02/2003"). Is there anyway to do what I want to do with the date in this format or am I going to have to convert all my dates to a timestamp?

thanks
Ryan
Reply With Quote