Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

PHP/MySQL date question

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #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
  #2  
Old 01-07-2003, 10:47 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Hi Ryan,

Not quite on the subject but this was put together last week .. http://forum.x-cart.com/viewtopic.php?t=1418&highlight=

Is the release date an extra field?

If it is and you are wanting to compare it you can dissect parts of the string using PHP on the basis

$day = substr($your_field,0,2) where the 0 is the start point (the first position is always 0 not 1) in the string and the 2 is the length.

Therefore:
$month=substr($your_field,3,2)
and
$year=substr($your_field,5,4)
__________________
ex x-cart guru
Reply With Quote
  #3  
Old 01-08-2003, 06:58 AM
 
ryan ryan is offline
 

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

Default

Can that be done in the SQL statement though? I don't want to bring back all records and then only display the ones which meet the criteria. That would be way to slow (we currently have around 10000 items on the site). I thinking I might have to convert all my dates to a timestamp, but that sounds annoying.

thanks
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:03 AM.

   

 
X-Cart forums © 2001-2020