tomasd Posted December 20, 2007 Share Posted December 20, 2007 Hi, I've got a table; +------------+--------------+------+-----+-------------------+-------+ | Field | Type | Null | Key | Default | Extra | +------------+--------------+------+-----+-------------------+-------+ | check_date | timestamp | NO | | CURRENT_TIMESTAMP | | | out_date | date | NO | | | | | out_time | time | NO | | | | | price | decimal(5,2) | YES | | NULL | | +------------+--------------+------+-----+-------------------+-------+ check_date field is set to insert timestamp on update, is there anyway of changin CURRENT_TIMESTAMP format from 2007-12-20 11:38:21 to 2007-12-20? (just the date) Any help is much appreciated! Quote Link to comment https://forums.phpfreaks.com/topic/82530-changing-current_timestamp-format/ Share on other sites More sharing options...
fenway Posted December 20, 2007 Share Posted December 20, 2007 You want TIMESTAMP not to have a time? Why? Who cares? Let it be there, you can always remove it for output... why would you throw away valuable data? Quote Link to comment https://forums.phpfreaks.com/topic/82530-changing-current_timestamp-format/#findComment-419688 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.