Jump to content

[SOLVED] Format the date?


Perad

Recommended Posts

I am using datestamp in my 'postdate' db field. When someone enters a post the postdate is stored.

How do i format a variable with the date function? I can't work out where the variable goes.

This is what i have...

[code]
$postdate = strtotime($row['postdate']);
$postdate = date("j F, Y, g:i a"); [/code]

Help on this is very much appreciated.

EDIT: I am trying to get to display -- Day Month Year : Time
Link to comment
https://forums.phpfreaks.com/topic/31527-solved-format-the-date/
Share on other sites

[quote author=drifter link=topic=119563.msg489800#msg489800 date=1166728445]
do not forget to check how users enter dates - you may also find mktime() usefull
[/quote]

It's coming from the database in this instance, so should be fine, but good point.

Regards
Huggie

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.