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

  • Home
  • SEARCH
  • 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 6345991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T20:55:51+00:00 2026-05-24T20:55:51+00:00

I have a MYSQL table column of type timestamp and using CURRENT_TIMESTAMP as default

  • 0

I have a MYSQL table column of type timestamp and using CURRENT_TIMESTAMP as default when a new record is added.

The date field in my database table looks like this 2011-08-16 12:09:25 How is it possible to format that into MM/DD/YY to display on my site? I tried some functions from the date helper but I get errors.

note: I’m trying to figure out how to use Codeigniter functions for this, if possible.

In the CI manual there are examples with $timestamp = '1140153693'; but my database timestamp is a different format and get errors.

  • 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-24T20:55:52+00:00Added an answer on May 24, 2026 at 8:55 pm

    To display a timestamp, just use the PHP Date class. But since MySQL outputs timestamps as a string not an INT, you’ll have to first convert the timestamp string to a timestamp INT using PHP’s strtotime function. The code looks like this:

    echo date("m/d/y",strtotime($timestamp));
    

    Date
    http://www.php.net/manual/en/function.date.php

    StrToTime
    http://php.net/manual/en/function.strtotime.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using PHPMyAdmin and I've got a MySQL table column called timestamp. The type
I have data stored in a mySQL table under the column type timestamp that
I have a MySQL table with one of the column type as Date. In
I have a table with a column date (type mysql date : yyyy-mm-dd) I
I have a date and time column in my mysql table called start_date and
I have a user table in my mysql database that has a password column.
I have color column in MySQL table which type is ENUM('RED', 'YELLOW', 'MY_COLOR', 'BLACK')
I have a MySQL table LOGIN_LOG with fields ID, PLAYER, TIMESTAMP and ACTION. ACTION
I have the following InnoDB table: +-----------+-----------+------+-----+-------------------+----------------+ | Field | Type | Null |
I have MySQL table called Files which has file_id column and file_type column (and

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.