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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:28:11+00:00 2026-06-02T00:28:11+00:00

I am getting date from datepicker $(#dt).datepicker({ dateFormat: ‘MM dd yy’ }); now, I

  • 0

I am getting date from datepicker

$("#dt").datepicker({ dateFormat: 'MM dd yy' });

now, I want to add default time 8:00:00 AM to the date.

var newdt =???

but not sure how, reason I didn’t add time in the dateFormat is because I dont want to show the time on the UI.

also how do I disable user from entering text in the textbox? I want to allow the user to modify the date only using datepicker.

Thanks,

  • 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-02T00:28:13+00:00Added an answer on June 2, 2026 at 12:28 am

    To disable entering text:

    function C_buttonNeutral(element) {
        element.onclick =           function() { return false; };
        element.onmousedown =       function() { return false; };
        element.onselectstart =     function() { return false; };
    }
    C_button_neutral(document.getElementById('dt'));
    

    to add the time:

    document.getElementById('dt').innerHTML += ' 8:00:00 AM';
    

    Edit because of comment:

    function changeTime(element, newTime) {
        // A time like this " 8:00:00 AM" has to whitespaces.
        element.innerHTML = element.innerHTML.substring(0, element.innerHTML.lastIndexOf(' '));
        element.innerHTML = element.innerHTML.substring(0, element.innerHTML.lastIndexOf(' '));
    
        // The new time is added
        element.innerHTML += ' ' + newTime;
    }
    
    //Example:
    changeTime(document.getElementById('dt'), '10:00:00 AM');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm getting date-time from a source as 20110731183330. I want to convert it to
Basically, I'm getting a date time string from an API, and I want to
I've added the detaultDate to my datepicker, it is getting the default date from
I am getting the error Conversion failed when converting date and/or time from character
I'm getting the time via php $current_hour = date(G); Now let's say the $current_hour
I am getting date as string as a parameter from Servlet. Now when I
i am getting date from webservice example: Wed, 29 june 2011 07:13:33 now i
I'm getting the date from an sms message in android as a time stamp
i want to format my date which comes from coreData. i am getting the
i am working on a project where i am getting date value from date-picker

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.