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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:05:35+00:00 2026-06-02T09:05:35+00:00

In the datePicker selected 20.04.2012 . I want to get this value, format it

  • 0

In the datePicker selected 20.04.2012. I want to get this value, format it and store in a variable.
I uses this code:

var date = $("#scheduleDate").datepicker({ dateFormat: 'dd,MM,yyyy' }).val();

But result is 20.04.2012.
Also, I tryed this code:

var dateTypeVar = $('#scheduleDate').datepicker('getDate');
$.datepicker.formatDate('dd-MM-yy', dateTypeVar);

Result is Fri Apr 20 2012 00:00:00 GMT+0600.

I want to get the following: 20, April, 2012
How to format properly?
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-02T09:05:39+00:00Added an answer on June 2, 2026 at 9:05 am

    If you want to take the formatted value of input do this :

    $("input").datepicker({ dateFormat: 'dd, mm, yy' });
    

    later in your code when the date is set you could get it by

    dateVariable = $("input").val();
    

    If you want just to take a formatted value with datepicker you might want to use the utility

    dateString = $.datepicker.formatDate('dd, MM, yy', new Date("20 April 2012"));
    

    I’ve updated the jsfiddle for experimenting with this

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

Sidebar

Related Questions

This prints the selected datePicker's date to a textField like this: February 9, 2012
I have this code $(#calendar).datepicker({ dateFormat: 'yy-mm-dd', onSelect: function(dateText, inst) { $('.selected-date').html(dateText); } });
I have a DatePicker in my activity. I want to store the selected date
How to get jQuery UI Datepicker selected date to a PHP Session variable when
I want to remove datepicker function depending on the dropdownlist selected value. I try
I am using the vanilla datepicker in Silverlight 2. I bind the selected date
I have this jQuery datepicker code that initially set the minDate of the datepicker.
How can I set a selected date of the jquery datepicker by adding 3
I want datepicker to jump to a date but I don't want to select
I'm using datepicker.iso8601Week() to calculate the week from a selected date (in a jQuery

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.