Posts: 21
Location: San Antonio, TX
|
What mysql datatype do u use. Would it work for me since i'm using the TIMESTAMP(14) datatype? This is not the same form as a unix timestamp...its in this form YYYYMMDDHHMMSS. Let me try and get back to you.
BTW, you don't need to do a getdate() if u just want a unix timestamp...just do a time(). Although the resources gained are neglible, its more efficient since thats all you want..
Last edited by section31; 01-28-2004 at 02:56 PM..
|