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 7562859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:31:03+00:00 2026-05-30T13:31:03+00:00

I have one problem… There is a table in my MySQL database that stores

  • 0

I have one problem… There is a table in my MySQL database that stores to-do list entries inside a JQuery-type calendar.
I had to generate a calendar_id that will generate a reminder once I created timestamp (considered as time I clicked on any of the calender dateboxes, to key in some to-do tasks – put it simple: created datetime).

This to-do list activities app is an external application that I’ve been working on to integrate with my own management system. I noticed that,the timestamp column is in int(11) format, so whatever timestamp entered will be converted into integer.

For example, take a look at this:

2012-02-22 15:31:24

converted to

1329899400

How can we convert datetime to this format? It’s not in seconds when I tried:

intval(floor($datetime/86400));

Any help?

  • 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-30T13:31:04+00:00Added an answer on May 30, 2026 at 1:31 pm

    FROM UNIXTIME can format UNIX timestamps into datetime fields:

    SELECT FROM_UNIXTIME(time)
    FROM ...
    

    The reverse function would be UNIX_TIMESTAMP.


    Alternatively you can do it in PHP, if available:
    To store a date into the DB format it like this:

    $datetimeStr = '2012-02-22 15:31:24';
    $datetime = strtotime($datetimeStr);
    

    To retrieve it from the DB and format it to the original format, use something like this:

    $dateTimeFromDB = '1329921084';
    $datetimeStr = date('Y-m-d H:i:s', $dateTimeFromDB);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one problem with Android SQLite database. I have one table which contains
I have one problem. i have dep. prop. of type List.. public const string
I'm almost finished with my program, but I have one problem that I can't
The problem: we have one application that has a portion which is used by
I have problem with session in cakephp.I have one file chat.php that is in
One problem that I come across regularly and yet don't have a solution to
I have one problem using ActivityGroup . I have two activities inside an ActivityGroup
I have one problem using ActivityGroup. I have two activities inside an ActivityGroup and
I have one problem with the command rake test that I don't know how
I have one problem that I can't explain. Here is the code in main

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.