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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:27:05+00:00 2026-05-13T17:27:05+00:00

I have a couple textboxes that allows a person to enter a time and

  • 0

I have a couple textboxes that allows a person to enter a time and date. The time is entered with a textbox for hours, a textbox for minutes, a drop down for am/pm and some drop downs for months/hours/years

So, I’d like to combine all of these to create a timestamp out of it and save it to the database.

But i’ve confused myself in how to do all that to create a proper timestamp, especially with the AM/PM part.

  • 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-13T17:27:05+00:00Added an answer on May 13, 2026 at 5:27 pm

    It sounds like you’d just use mktime(). Get the correct hour number by adding 12 for pm, then pass the arguments into the function.

    if($is_pm) $hour += 12;
    $time = mktime($hour, $minute, $second, $month, $day, $year);
    

    If you’re looking for a MySQL timestamp instead of a UNIX timestamp, you have two options:

    1. Build the timestamp in MySQL’s format using date(): date('Y-m-d H:i:s', $time);
    2. Let MySQL do it for you: UPDATE table SET date = FROM_UNIXTIME($time) WHERE foo='bar'

    Or you could just store the integer timestamp in the database as an integer.

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

Sidebar

Related Questions

I have a couple of textboxes that will contain dates only. If one textbox
I have a WPF dialog with a couple of textboxes on it. Textboxes are
I have a couple old services that I want to completely uninstall. How can
I have a couple of header files, which boil down to: tree.h: #include element.h
I have a couple of triggers on a table that I want to keep
I have a telerik radgrid that has an allows inserts. After clicking the Add
I have a program where i use a modal popup that allows the user
I'll have couple of python functions I must interface with from the assembly code.
I have a couple of questions regarding VBScript and ASP Classic: What is the
I have a couple of files containing a value in each line. EDIT :

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.