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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T03:13:00+00:00 2026-06-01T03:13:00+00:00

I set $date as the current time, and when i insert it into the

  • 0

I set $date as the current time, and when i insert it into the database it appears as a long decimal.

ex. 0.000059642147117296

Here’s the code:

HTML

 <form id="comments" action="<?=site_url('headquarters/scopeSummary')?>" method="POST">
        <textarea name="comment" cols="70" rows="5"></textarea>
        <input type="hidden" name="scopeId" value="<?=$id?>" />
        <input type="hidden" name="user" value="<?=$user?>" />
        <br />
        Mark as important?<input type="checkbox" name="important" value="yes" />
        <input type="submit" value="Submit" name="submit" />
 </form>

PHP

 if ($comment) {
    $date = date('n/d/Y', time());
    $comQuery = $this->db->query('INSERT INTO scope_comments VALUES(NULL, "'. $scopeId .'", "'. $comment .'", "'. $user .'", "", "", '. $date .', "'. $gravity .'")');
}

all the values being inserted are set. They are not the problem. Only the $date is messing up. Im using codeigniter and phpmyadmin.

  • 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-06-01T03:13:01+00:00Added an answer on June 1, 2026 at 3:13 am

    You neglected to quote the date value, so the system is computing something like 3/25/2012 (which is the 0.00005642147117296 you are seeing).

    You are also specifying the date in the wrong format. It MUST be in the Y-m-d format.

    Finally, chances are your database field is not defined as a date, so make sure to correct that table definition.

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

Sidebar

Related Questions

Does anyone know how to set Visual Studio 2008 to output the current date/time
I am trying to insert current date/time and a value that was redirected to
How to get current date with time in android and how can we set
How does one set the date on the CalendarDatePicker. i.e. it defaults to current
How do I set the date/time of the computer in C#?
I've created a form that submits data to a MySQL database but the Date,
There appears to be many packages for getting/formatting the current date, or finding out
I am trying to insert a future date into a MySQL table from PHP.
In my android application, I want to set the date and time in TextView
i am using the following code to get the current time.. NSDate *myDate =

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.