Jump to content

convert dd/mm/yyyy H:i to yyyy-mm-dd H:i


bravo14

Recommended Posts

Hi

 

I am using a datetimepicker in bootstrap and the date format being displayed is dd/mm/yyyy H:i I need it converted to yyyy-mm-dd H:i

 

The code I am using is

 

 

$newsdate = strtotime($_POST['txtDate']);
    $news_date = date('Y-m-d H:i:s', $newsdate);

 

However on date like to day 10th April which I would have as 10/04/2017  the code is converting that to 2017-10-04 instead of 2017-04-10

 

How can I get the dates converted correctly?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.