A datepicker is a user interface element in many frameworks that allows a user to choose a date, often through a visual calendar.

learn more… | top users | synonyms (1)

1
vote
1answer
25 views

Javascipt date math not working

I have searched this forum and found many useful answers, but one of the answers that I used only works under certain conditions. I am populating a week calendar, and simply need to determine the ...
0
votes
0answers
11 views

Is it possible to use setDate on an inline Bootstrap Datepicker?

Does anyone know how to setDate on an inline calendar in Bootstrap Datepicker from eternicode(https://github.com/eternicode/bootstrap-datepicker). I've been struggling to figure this out, but alas ...
1
vote
1answer
15 views

Always Display jQuery UI Date Picker on Input

I need to set up two jQuery UI date pickers to always be displayed. I know there's an easy way to do this with DIVs, but I can't find anything on how to do it for inputs. I've tried the "show" method ...
-1
votes
1answer
44 views

Cant find DatePicker in WPF

I am using visual studio 2008. I am learning WPF. I want to have a Masked TextBox or DatePicker in WPF. But I don't find them in toolbox. I have tried to Reset the toolbox but still cant find it. I ...
0
votes
2answers
31 views

use 3 jquery datepicker in 3 differnet html form in single page

I am using 3 registration forms in a single page with separate form and submit button for all 3 forms. In all 3 forms there is a date column. For this I am using JQuery date picker. <script ...
0
votes
0answers
14 views

Datepicker is causing IE9 to crash onSelect

I'm building out an app in html/jquery, and it determines a set of dates based on a user defined date. So, I figured I'd use the handy jQuery datepicker. Which works great - in Chrome, FF, IE8, and ...
-1
votes
2answers
41 views

date range picker default value

Hi all I'm using daterangepicker.jQuery.js ( ...
0
votes
2answers
30 views

how to change timespan variable to a integer type?

I'm trying to convert timespan variable into an integer variable using 'parse'. I get an error that says: Format exception was unhandled: Input string was not in correct format This is the code ...
0
votes
1answer
34 views

UIDatePicker gets black in landscape on iPhone

I have UIDatePicker that in potrait mode lokes like this And when spawn it or rotate to landscape it suddelny gets black like this This problem occurs both if i first spawned the picker in ...
0
votes
2answers
11 views

Android Datepicker - How to pass date from activity to fragment

All documentation & example seems to be related to "How to get the date selected from the datepicker dialog back in the activity". And almost all of them sets the current date as default date in ...
0
votes
1answer
12 views

Setting the minimum date of jquery datepicker

I am working on a project which involves using HTML5 and Javacript/JQuery. I am trying to make use of the Jquery datepicker and trying to set the minimum date to today's date so the user can't select ...
0
votes
1answer
33 views

Yii datepicker in gridview filter changes format after ajax request

like in the subject. I have a CGridView and Yii's datepicker in one of the filters. I have a format set to yy-mm-dd but after I put the value and the GridView use ajax to adjust the data - format is ...
0
votes
2answers
39 views

jquery datepicker's alywas return today's date in php $_POST

Note : I use the latest version of Codeigniter and Jquery in this project. Im a beginner in a web programming, please bear with me :D This is my view/html code : Tanggal Lahir : <input ...
-2
votes
0answers
18 views

jQuery UI datepicker looses focus onClose [closed]

When closing the dapicker by clicking anywhere, jQuery Datepicker automatically moves focus to the window, but not the element you`we clicked.
-3
votes
0answers
33 views

Datepicker not working MVC 4 [closed]

I am trying to get the datepicker to work or MVC 4 and its not show, by any chance many one help me.I am having this problem big time, been trying to get it working for hours on end and sill no joy! ...
1
vote
2answers
26 views

Get value of date-picker jquery [duplicate]

var dateFrom = $('#date-frm').datepicker('getDate'); alert(dateFrom); It displays: Thu May 09 2013 00:00:00 GMT+0800 I want to display it in this format: 2013-05-09
0
votes
1answer
40 views

How do I put a jQuery datepicker in a SimpleModal dialog that its data comes from an ajax call?

I have a modal window appearing using SimpleModal with a jQuery datepicker attached to the textfield licenseExpiry. licenseExpiry is defined within the contents of the ajax call (SchoolDetails.php). ...
0
votes
0answers
16 views

Android : How do i style a DatePicker and TimePicker?

I need to develop an application where i need to style a date and time picker, I am having trouble setting the colors of the text and the separators of the components. How do i override or write a ...
0
votes
0answers
30 views

Datepicker TIMESTAMP divide by 100

Could anyone help me divide a datepicker.TIMESTAMP by 100 to remove the milliseconds from my datepicker? I am currently using the following to change to date format: $(function() { var ...
0
votes
0answers
21 views

jQuery Datepicker - how to get / read default settings

I want to use jQuery datepicker only for parsing and formatting dates, but on my actual page I don't want to implement any datepicker. Now, I set datepicker defaults, e.g. ...
1
vote
2answers
38 views

jQuery datepicker set format

How to set format to this DD, d MM, yy I have try this and this is not working... $( "#datepicker" ).datepicker(); $( "#datepicker2" ).datepicker(); $( "#datepicker" ).datepicker("option", ...
0
votes
1answer
36 views

Datepicker - Calculate Days Excluding Holidays and Weekends

I've tried several things to get this to work, but because of my lack of understanding of javascript, no success. I just want this little script to work exactly how it currently does, but I want the ...
0
votes
1answer
32 views

Windows phone calendar month view as datepicker

Is it possible to use the calendar month view as datepicker? Make a custom control?
0
votes
1answer
19 views

datepicker boostrap and cakephp

i'm using a datpicker boostrap in my cakephp application (http://www.eyecon.ro/bootstrap-datepicker/) but, when i try to save the date (to POST) i never get this date by POST. <?php echo ...
0
votes
0answers
32 views

Date picker Kalendae not working on IE9

I'm currently using the Kalendae date picker with Chrome and Firefox but it dosen't work with IE9 (while the author says it's compatible for IE8). The problem is that I can display the calendar but ...
0
votes
0answers
38 views

Display month and year without any dropdown option - Datepicker

Right now I'm using datepicker() to display my calendar. Below is my code: $('#test').datepicker({ changeMonth: true, duration: '', showTime: true, monthNamesShort:["Jan", "Feb", ...
0
votes
1answer
15 views

Splitting a jQuery DatePicker into hidden fields

We have a PHP booking system that by using 6 drop lists sends 6 hidden variables to the results page for a date search. start_day, start_month, start_year, end_day, end_month, end_year I would ...
0
votes
0answers
32 views

Prevent Datepicker from Losing Value After Dropdown Selection is Made

I am trying to figure out how to prevent a datepicker from losing its value after making a selection from a dropdown. Below is the code for the two controls and the jQuery I am using when a selection ...
0
votes
1answer
22 views

how do I loop through all controls on a popup

I'm trying to get the "PART_HeaderButton" from a DatePicker control and then apply a customized style. The problem is I can't search the visual tree to find this header button. The calendar is on a ...
0
votes
0answers
19 views

GWT DataPicker change language

I'm having a problem with a GWT (2.5) widget - Date Picker. I want to change the language to Bulgarian into the widget. So I set the locale in myapp.gwt.xml - <extend-property name="locale" ...
0
votes
1answer
55 views

Sencha Touch 2 datepicker: display another date format for chosen date

I'm using datepickerfield in Sencha Touch 2 . It works, the date is selected properly, everything's fine. The only thing I want is to change the date format: it displays 05/13/2013, but I want May ...
0
votes
1answer
50 views

using jquery set datepicker value to “” on form submission

I have a jsp code which on submit calls this function function filterExcessPage() { setDefaultValues(); var fromLast =document.getElementById('fromLast').value; var fromDate ...
1
vote
1answer
34 views

jquery datepicker - mouseover doesn't work after month change

I found some example of jquery events calendar on http://jsfiddle.net/paul724/HXb6v/ It works fine until I change the month - mouseover stop work. Only onChange is working. In example is at least ...
-1
votes
1answer
20 views

MultiDatesPicker disable range days

It is posible disabled a range of days in MultiDatesPicker? In the website (http://multidatespickr.sourceforge.net/) tell that it is posible disable dates from a list, but i need disable the dates ...
0
votes
0answers
31 views

Html Date Picker Drop Down Order

I'm using MVC 4/Razor date picker: '@Html.DatePickerDropDowns' and what I would like to know is if there is a way to change the order of theses drop downs from Day/Month/Year to Month/Day/Year. If ...
1
vote
2answers
56 views

Bootstrap daterangepicker selected start date + 30 days as maxDate

I was wondering if someone could help me. Using the Dan Grossman's Bootstrap Date Picker I want to add 30 days onto the selected start date and define that as the maxDate so a user can't select past ...
0
votes
0answers
23 views

Unable to show new JellyBean datepicker

I am using datepicker and timepicker in my application. I have done everything asked in http://developer.android.com/guide/topics/ui/controls/pickers.html But still I am getting old picker in my ...
0
votes
0answers
26 views

Android: Sending date from javascript to android Using DatePickerDialog then return to Javascript after selection

I have a Javascript code that needs to send a date to an Android native app when a user clicks on a link. function sendDatewhenClicked(){ var testDate='10-05-2013'; var ...
0
votes
0answers
18 views

Javascript Datepicker - change maxdate +7d based on from date [duplicate]

I am in need of some help with Javascript datepicker. Thanks in advance for your help :) I want the user to be able to select any future date (+1d from today) as date1 and based on that selection i ...
0
votes
1answer
33 views

Android DatePicker showing Full Screen on Initialization

I have followed this tutorial to integrate a datepicker into my app, I have tailored the original to suit my needs and managed to get it working. Unfortunately the author doesn't go too much into the ...
0
votes
1answer
56 views

datepicker simple event creation

All I want to do is use 5 text-boxes, a calender and a button to create an event on a date-picker calender. Here is the format I have read all about the .setDate() and .getDate() but I cannot get ...
0
votes
2answers
55 views

How to use date picker instead of textfield?

I have 2 textfields and 1 button. I used textfield for entered date but I must use date picker. This code for entering date to textfield and display some fields to labels.How I change for date picker ...
1
vote
1answer
21 views

Datepicker format is getting changes when i open form in edit mode

I have set the datepicker format as "dd/MM/yy". so when I open the form for insert the data at that time its taking right value. but when I open a form in edit mode the datepicker automatically ...
-1
votes
1answer
40 views

Error when using Jquery Scripts with Struts 2 Jquery Plugin

I have been using certain aspects of the jquery plugin however i'd also like the freedom of using normal Jquery code when I hit a limitation/restriction in the Jquery plugin. At the moment I can't ...
0
votes
1answer
25 views

JQuery Datepicker at Runtime

I have search through the websites but I didn't receive a clue. I have an index page with <script type="text/javascript"> $(document).ready(function($) { ...
0
votes
2answers
39 views

Show jQuery DatePicker on click on anchor

I'm using jQuery datepicker, and I want to show the it when I click on an anchor, and I want to hide the input which is associated to the datepicker event. So I tried this <a id="test"> ...
0
votes
1answer
33 views

Primefaces time picker to prevent 00:00

I'm using the primefaces picker and I was asked to prevent the user from selecting 00:00 from the picker, please I want to know if that is possible
0
votes
0answers
95 views

Two kendo date pickers controls in MVC razor view not show the month properly

I have two kendo date pickers controls in MVC razor view.Simply open the any one date picker and select the month to any month (for example select "Jan" month of 1990) and close it without selecting ...
0
votes
2answers
238 views

rails jquery ui datepicker

I want to add the datepicker widget to one of my select fields. I am currently using rails 3.2.13 with ruby 1.9.3.p325. I also included the 'jquery_datepicker' gem, as well as 'jquery-rails' and ...
225
votes
15answers
196k views

jQuery date/time picker [closed]

I've been looking around for a decent jQuery plugin that can handle both dates and times. The core UI DatePicker is great, but unfortunately I need to be able to take time in as well. I've found a ...

1 2 3 4 5 66