Jump to content

problems with dates


Woodburn2006

Recommended Posts

i have this date stored as DATETIME in a DB:

 

2009-05-05 20:30:00

 

i am using this code to format the data on screen:

$date = strtotime($date);
$nxt_time = date('G:i', $date);
$nxt_date = date('d/m/Y', $date);

 

but when it is displayed it is showing like this:

 

5th May 2009 - 18:00

 

 

i have other data in the db stored as: 2007-11-30 20:00:00

 

but this views correctly

 

any ideas?

 

Link to comment
https://forums.phpfreaks.com/topic/78095-problems-with-dates/
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.