Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6698893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:37:53+00:00 2026-05-26T06:37:53+00:00

I have a stored time_stamp in a table and I want to format it

  • 0

I have a stored time_stamp in a table and I want to format it from the YYYY-MM-DD HH-MM-SS to show up as Oct 19th 2011.

I’m a bit new at this, but I’m thinking I need to set a new variable that takes that time_stamp and convert it.

$mydate = DATEFORMAT(columnName, %b-%D-%Y);

Its not quite working for me am I on the right track?

Thanks folks

I got the date thing correct now I think.. its just not showing the date. I’ve got a loop that goes through each row till there are no more:

$query  = "SELECT comment, DATE_FORMAT(postdate, '%b %D %Y') FROM sessionscomments WHERE session = 'Geoarge'";
$result = mysql_query($query);

while($row = mysql_fetch_assoc($result))
{

    echo    "<div id=fav>";
    echo    strip_tags( "Date: {$row['postdate']}");

So do I still need to make my formatted date into a variable so that it will format it with each row?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:37:53+00:00Added an answer on May 26, 2026 at 6:37 am

    If you want to do the formatting in an SQL query, you can use the DATE_FORMAT() function in MySQL.

    SELECT DATE_FORMAT(columnName, '%b %D %Y') AS my_date
    FROM tableName;
    

    Formatting the date in PHP, you’ll want to use the date() function in PHP.

    $my_date = date('M jS Y', $timestamp);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table containing view/click records. The time is stored in a unix
I have a table that looks like something like this: timestamp value person ===============================================
This is a multi-part question. I have a table similar to: CREATE TABLE sales_data
I have a table with timestamp field call EVENT_TS (so it's stored as GMT
I have a problem constructing a mysql query: I have this table tSubscribers were
I have orders table in which orders are stored based on order received datetime(timestamp).
I have this entity class, called Pagina and I want to update the entry
I have a table that looks like this CREATE TABLE `time_table` ( `id` INT(10)
I have a column in a table where timestamps have been stored in VARCHAR
I have a postgresql (v8.4) table with login id and timestamps, and I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.