datepicker

Date Selector in jQuery

Does anybody know if there's a jQuery based implementation for this (or similar) date slider? This one is a Prototype/Scriptaculous based solution and it's heavy in the size. http://www.ajaxorized.com/dateslider/slider.html ...

How can I set a DateTimePicker control to a specific date?

How can I set a DateTimePicker control to a specific date (yesterday's date) in C# .NET 2.0? ...

DatePicker Changes

Hello All, I am using DatePicker in my Application using Expression Blend. I want to change the Number "15" inplace of my own image . How can I do it ?? Secondly, I want to change the theme of the Popup that Opens Up when we click the Button. I just want to change the theme of that PopUp. Can anyone please help me regarding this. ...

DatePicker with the ability to choose a span.

Here is a quick visual of the idea that I got from Google Analytics. ComboBox Collapsed: ComboBox Expanded: I am not concerned with the functionality of the timeline or the date range text boxes. Basically I am looking to have something that looks kind of like a ComboBox with a single calendar control. When the date range is selec...

Recommend a JS calendar widget that handles both date and time?

I'm working on a Web app where users need to input a date and time. I've used this calendar widget before and it works fine: http://www.dynarch.com/projects/calendar/ However, it hasn't been updated since 2005. I'm wondering if anyone knows of a better one. The calendar in jQuery UI doesn't handle times. Only dates. I need something t...

jQuery datepicker set selected date, on the fly

How can I change the selected date of jquery Date picker dynamically on the fly? I have say created a inline date picker. Then after some time, I want to reflect a different date there without recreating the datepicker from the scratch. I tried the setDate method, but did not work, and there is not much documentation in the doc. There ...

WPF Gridview Zindex

I have a datepicker control that I am using to set a date field in a gridview control, my datepicker shows a date and a button to display a calendar you can use to pick a date. This works great on its own but when I add this to a gridview the calendar pops up and the columns and rows cover up parts of the calendar. Setting the ZIndex fo...

Jeditable with jQuery UI Datepicker

I need to have a click to edit element on a page, that will in turn invoke an instance of the jQuery UI Datepicker. Currently, I'm using JEditable to provide the in place editing, which is working fine. However, I have a date control input that I would like to have appear as a calendar, which is where the fun starts. I've found a Comm...

Javascript date picker for displaying one week only?

Hi, I am looking for a Javascript-based date picker that would allow me to display one week only (instead of the current month). Ideally it should be one that can be expanded to a full month view if necessary and back again. Also, (css based?) design customizability would be a plus. A jQuery solution would be preferred. I've had a...

Is there any good and free Date AND Time Picker available for Java Swing?

Is there any good and free Date AND Time Picker available for Java Swing? There are a lot date pickers available but no date AND time picker. This is the closest I came across so far: Looking for a date AND time picker Anybody? ...

jQuery UI Datepicker - Disable specific days

Is there any (easy) way to set the jQuery UI Datepicker to disallow selection of specific, predetermined days? I was able to get this approach working, however, it produces a null error which prevents it from displaying in IE. 'natDays[...].0' is null or not an object Thanks in advance! UPDATE: Might help if I included some code,...

How to setup default date for jQury inline datePicker?

I'm using this jQuery inline datePicker plugin sample but I don't know how to set up default date selected. Do you have any idea? ...

datepicker doesn't work in ie7

Hello, I have implemented a ui datepicker which works perfectly in FF but not in IE. See here link try to click on the "Geboortedatum" field. What's going wrong? ...

jQuery UI Datepicker: don't highlight today when it is also selected

I'm using the jQuery datepicker to select dates. It works fine, except there is 1 default behavior that I would like to change. When you select a day, the selected day is highlighted (which I like). The current day is also highlighted, but using a different css style (which I also like). However, if you select the current day, the hi...

jQuery-UI Datepicker: Draggable?

(Hopefully) Simple question: Is it possible to make the jQuery UI Datepicker draggable? If so, can someone give me some sample code? ...

jquery ui datepicker dateformat

Hello, I gote some problems to get the dateformat right. After my date field has lost focus I want it to show like: dd-mm-yyyy but it has to be saved in the database like yyyy-mm-dd. . This is what i have so far: $("#birthdate").datepicker({ changeMonth: true, changeYear: true, altFormat: 'yyyy-mm-dd' }); Now it's...

Integrating jQuery, jQuery UI, and jQuery Themes with the Zend Framework

Update: this question refers to an older version of Zend Framework. To see how to integrate jQuery with a Zend Framework 1.9.4 (1.8+) application refer to this question. I think I understand the basic concepts, but I must be going wrong somewhere. I'm trying to integrate jQuery, jQuery UI, and jQuery Themes into my Zend Framework appl...

How can I disable future dates in the Silverlight DatePicker control

I need to be able to disable the selection of future dates within the Silverlight DatePicker control - any ideas ? ...

How can I set a Silverlight DatePicker Control to be ReadOnly ?

How can I set the System.Windows.Controls.DatePicker control as used within a Silverlight project to ReadOnly ? There doesn't seem to be any properties that I can set within the Xaml or code behind. ...

event mouseout on datepicker

Hello, could someone explain too me how this code will work Because, I don't know if I should put the code in the plugin-file or de head section off the page what else do I need too pay attention for the code is from http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerCloseMouseOut.html thanks in advance, Richa...