zgkhoo Posted November 6, 2007 Share Posted November 6, 2007 currrent i store this date('Y-m-d H:i:s'); into mysql DB but i after i changed to date('d/m/y H:i:s'); then it become empty value just 0000-00-00 00:00:00 is it the problem cause by incompatible format for date('d/m/y H:i:s'); and my DateJoin datetime(mysql field type) format? Link to comment https://forums.phpfreaks.com/topic/76220-date-format-problem/ Share on other sites More sharing options...
fenway Posted November 6, 2007 Share Posted November 6, 2007 currrent i store this date('Y-m-d H:i:s'); into mysql DB but i after i changed to date('d/m/y H:i:s'); then it become empty value just 0000-00-00 00:00:00 is it the problem cause by incompatible format for date('d/m/y H:i:s'); and my DateJoin datetime(mysql field type) format? Don't change how to store it... it was correct. If you want it back different, use DATE_FORMAT(). Link to comment https://forums.phpfreaks.com/topic/76220-date-format-problem/#findComment-385752 Share on other sites More sharing options...
zgkhoo Posted November 6, 2007 Author Share Posted November 6, 2007 this is for convert? Link to comment https://forums.phpfreaks.com/topic/76220-date-format-problem/#findComment-385755 Share on other sites More sharing options...
fenway Posted November 6, 2007 Share Posted November 6, 2007 this is for convert? All SQL dates are stored in a standard format... so you have to store it that way too (and you should). You can request it in any way you want. Link to comment https://forums.phpfreaks.com/topic/76220-date-format-problem/#findComment-385761 Share on other sites More sharing options...
Barand Posted November 6, 2007 Share Posted November 6, 2007 zgkhoo, Are we wasting our time telling you anything in these forums. I told you the format to store dates 3 days ago http://www.phpfreaks.com/forums/index.php/topic,166229.msg731657.html#msg731657 Link to comment https://forums.phpfreaks.com/topic/76220-date-format-problem/#findComment-386204 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.