Jump to content

Formating a variable that holds a timestamp


86Stang

Recommended Posts

I used the timestamp type to capture the date/time of when a record was created.  I would like to display that timestamp but in a different format.  In the database it displays as 2008-01-25 03:14:47 but I'd like to display it as January 25, 2008.  Anybody got a clue on how to do this?

Link to comment
Share on other sites

Its good practice to always store dates in your database as unix timestamps, and to convert them when they come out. Unix timestamps can be formatted pretty much anyway you want, so they are very versatile. Check out date(): http://jp2.php.net/date to find out more.

 

If you need to convert a date into a unix timestamp when you put it in your database, you can use mktime(): http://jp2.php.net/mktime

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.