0
votes
1answer
25 views
How to reset a field when changing a date ui.datepicker.js (PHP / MySQL)
Hi,
I'm using ui.datepicker.js
I have a form and when the date is changed I want that another field reset the status (this field is a dropdown select box).
The case is the foll …
1
vote
3answers
281 views
Don’t work Today button in jQuery Datepicker
Hello. I'm using jQueryUI Datepicker and show "Today" button.
But it doesn't work. It also doesn't work in demo: http://www.jqueryui.com/demos/datepicker/#buttonbar
I'w want to fi …
0
votes
0answers
9 views
Silverlight DatePicker in DataGrid allow NULL dates.
I have a DataGrid that has as one of its columns a DatePicker (for the editing template). Is there a way to keep this but still allow a user to enter in a NULL date?
Thanks very m …
0
votes
2answers
143 views
jquery datepicker default date
I am trying to get a attribute of a date picker to pull the date dynamically, however I get uncaught exception errors when I try to set it to a variable.
The errors only occur on …
0
votes
1answer
23 views
Removing all CSS from telerik controls
Hi
I'm using Telerik RadControls for ASP.NET and wondered if there was any way to turn off/stop the CSS that is automatically downloaded with the controls.
I don't want to remove …
1
vote
7answers
2k views
JQuery Datepicker with text input that doesn’t allow user input.
How do I use the JQuery Datepicker with a textbox input:
$("#my_txtbox").datepicker({
// options
});
that doesn't allow the user to input random text in the textbox.
I want th …
0
votes
1answer
27 views
How can I implement an outlook-like calendar in ASP.NET that chooses a start and end date in one control?
I have a page where I am trying to mimic some of outlook's calendar functionality. I'd like to have a calendar control where the user can click a start and end date, maybe even by …
0
votes
2answers
54 views
JQuery UI Datepicker, reverse the order of the year in the dropdowns
I have a datepicker with changeyear: true. The 'year' drop down displays the title as 2009, then instead of the next year below the title being 2008, 2007, 2006 and so on it starts …
0
votes
1answer
13 views
Avalon Control in WPF : change date format
I downloaded the Avalon Controls Library that includes a DatePicker and a MaskedTextBox. Our company would like to force the date format of the DatePicker to something else than Sh …
2
votes
2answers
26 views
jQuery UI: DatePicker Animation Registration Point
By default, the jQuery UI DatePicker widget animates from the bottom-left of the input field it's assigned to, so if the input field is shorter than the width of the calendar, it h …
0
votes
1answer
34 views
jquery UI datepicker - not finding defaultDate
I have a form text field that pulls a date from a database (in the format yyyy-mm-dd).
<input class="" type="text" name="closingDate" id="closingDate" value="<?php echo $clo …
0
votes
4answers
55 views
Datepicker in Javascript.
What is the best way(pattern) to Create datepicker in Javascript.
I have created one using Singleton pattern, but am not satisfied.
0
votes
5answers
296 views
jQuery DatePicker Bug?
Hi,
I'm using jQuery DatePicker and it shows wrong date for November, 2009.
You can see this in my sample page.
http://project-base-23.codepremise.com/door/test_calendar
Is thi …
0
votes
1answer
77 views
Jquery DatePicker
I'm using the following script below to add "+1 day" to second field (#returningdate). But if a user chooses on the #leavingdate 12/31/2009 they would get a #returningdate of 12/32 …
0
votes
2answers
48 views
ui.datepicker.js calendar autoUpdate another calendar when date change.
Hi,
I'm using ui.datepicker.js
In my edit form I have 2 calendars that have their own function.
Calendar A : is the date that the invoiced is created
Calendar B : is the date fo …
