Jump to content

[SOLVED] Help with Date Format


limitphp

Recommended Posts

I have a column datetime called date.

Here's the value of an entry for the datetime:

2009-05-10 06:06:55

 

here's the code:

$date = $row_inbox['date'];
$date = date('D, M d, Y  g', $date);

 

its returning:

Wed, Dec 31, 1969 6

 

I want it to return short day, short month day, year time

 

Does anyone know what I am doing wrong?

Link to comment
https://forums.phpfreaks.com/topic/157710-solved-help-with-date-format/
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.