View Single Post
  #6  
Old 05-06-2011, 02:39 PM
dcosper
Fire Beetle
 
Join Date: Apr 2011
Posts: 15
Default

I had a similar time stamp problem, the sql and server wants a UNIX timestamp and i cant find a way in sql to make that, so instead i did a int 11 to hold the UNIX_TIMESTAMP date, seems to work fine, but i am just a novice.
Reply With Quote