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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:13:49+00:00 2026-05-25T13:13:49+00:00

I have a textfield called:deadline, which is have the value,like this: <input type=input maxlength=10

  • 0

I have a textfield called:”deadline”, which is have the value,like this:

    <input type="input" maxlength=10  value="2011-09-14" id="deadline" name="deadline" class="date_picker"></input>

But when I ran this js, it is gone, I can’t see the value:

    $('.date_picker').datepicker();  
    $('.date_picker').datepicker('option', 'dateFormat', 'yy-mm-dd', 'showOn', '');  

Why the date_picker disappear my value? If I want it back,how can I do so? 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-05-25T13:13:49+00:00Added an answer on May 25, 2026 at 1:13 pm

    The Date Picker will typically clear your HTML given default value depending on your formatting options. It does, however, have an option for setting the Default Date:

    http://jqueryui.com/demos/datepicker/#option-defaultDate

    Important Note: Make sure you Default Value matches the format of your dateFormat

    So, add to your options the dateFormat with either a string of your value or a JavaScript date object. More information:

    Set the date to highlight on first opening if the field is blank.
    Specify either an actual date via a Date object or as a string in the
    current dateFormat, or a number of days from today (e.g. +7) or a
    string of values and periods (‘y’ for years, ‘m’ for months, ‘w’ for
    weeks, ‘d’ for days, e.g. ‘+1m +7d’), or null for today.

    Finally, if you continue to have problems, your options string might be malformed. I haven’t seen an options string implemented like that, but that doesn’t mean it doesn’t work. If you still have issues, try implementing your options in a similar format to this:

    $( ".date_picker" ).datepicker({
        dateFormat : 'yy-mm-dd'
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a textfield in a class called RegPanel. I have instantiated my gui.
I have TextField instance called inputWord which contains no text on the first frame.
Say, I have an address bar which is a UITextField called textField, and a
I have class called ItemList, which is used to provide a list of suggested
I have a textfield where the user can type what ever he want into
I have a textfield which displays a result but I don't want it to
I have a textField on my stage named 'adBuy', which when clicked I want
I have several TextField columns on my UserProfile object which contain JSON objects. I've
for example, I have a textfield, that records the user name, after I click
How do I make a delegate? I have a class called CustomSign. The class

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.