Skip to main content

Questions tagged [datepicker]

A datepicker is a user interface element in many frameworks that allows a user to choose a date and also, in some cases, time, often through a visual calendar. When including this tag, it would advantageous to also include details regarding the specific data picker being used as they each have different properties/options/functionality.

1 vote
2 answers
719 views

Where can I find a javascript calendar that allows me to disable certain dates?

I'd like to put a calendar on a webpage showing which days a house is availiable to rent. I know that the jquery datepicker has this functionality. However, I can't get it to display correctly I've ...
Eric's user avatar
  • 96.9k
20 votes
2 answers
8k views

How does one disable animation in jquery-ui datepicker?

I'm generally averse to animation effects given the overheads of reflow on the client side browser. jquery-ui is an awesome widget. It has all the stuff I need. But is there a way to disable the ...
nano's user avatar
  • 687
0 votes
1 answer
210 views

jquery datepicker alert selected day formatted as 1 (or 2,...,14,...)

How can I alert the selected day into a format like 1,2,3,4,...,31. I.E. 12.10.2009 should alert 12.
user avatar
4 votes
3 answers
11k views

WPF Toolkit, How to apply date format in C# for datepicker control?

WPF Toolkit, How to apply date format in C# for datepicker control?
Jaswant Agarwal's user avatar
1 vote
2 answers
697 views

datepicker, jquery

I have a datepicker (jquery) $("#datepicker").datepicker({ }); I want to colorize(highlight) some days in this datepicker. And these days i'd like to get from some array !!!! I dont know, ...
AlexC's user avatar
  • 9,665
0 votes
2 answers
8k views

How can I combine the jQuery datepicker plugin and hover event?

I am not aware of an easy way to perform a function when hovering over a day with the jQuery UI datepicker so I am trying to do a work around by assigning a class and then calling a hover function: $(...
user avatar
2 votes
2 answers
4k views

Have a problem with jquery append items

I have a problem with datePicker. When a make a new text field with datepicker and append it to some div it wont work.. Did anyone had the same problem... $(function(){ $("#DP").datepicker({...
user avatar
0 votes
3 answers
2k views

Kevin Luck's jQuery Date Picker plugin - Set the end date dynamically

I'm using Kevin Luck's jquery date picker plugin and I'm wondering what is the best way to format the dpSetEndDate() value to always be one year in the future? I tried using php: <?php echo date('...
Ivan Novak's user avatar
0 votes
1 answer
361 views

jQuery date picker

I have the main HTML file and after the button click, it shall come from AJAX test.html Test.html: <div type="text" id="datepicker"> H </div> my.js: <script> jQuery(...
venkat's user avatar
  • 131
0 votes
3 answers
3k views

Check Control.Value for data

I have several different controls (TextBoxes, DateTimePickers, MaskedTextBoxes) on a form that I would like to check to see if they contain any data. I have the following code in the Click event of ...
Sesame's user avatar
  • 3,390
0 votes
3 answers
2k views

How to give the dtpicker date – 1?

Now using VS 2008 Before I used VB 6, now I Upgraded to VB 2008. VB6 Code sdate = DateToString(dtpicker1 - 1) edate = DateToString(dtpicker2) Above code is working fine. After Upgraded to VB 2008 ...
Gopal's user avatar
  • 11.9k
9 votes
7 answers
16k views

Modify jquery datepicker CSS with beforeShowDay

I am using beforeShowDay and have assigned the class specialDay to particular days in my calendar; this works fine, however I am having trouble understanding how to style the class and how the css ...
user avatar
2 votes
4 answers
944 views

does jquery date picker allow you to have a picker for date and time

i have seen some hand rolled solutions but does jquery out of the box support a user picking date and time?
leora's user avatar
  • 194k
26 votes
8 answers
55k views

Styling the jQueryUI DatePicker

I am using the jquery datepicker (http://jqueryui.com/demos/datepicker/). The datepicker on the demo page is small and compact. However, when I use the datepicker on my site, the calendar is HUGE. I ...
Villager's user avatar
  • 6,639
1 vote
4 answers
2k views

Localizing labels in org.apache.wicket.extensions.yui.calendar.DatePicker

Does anyone know how to localize the "Month", "Year", "Okay" and "Cancel" labels of the org.apache.wicket.extensions.yui.calendar.DatePicker? According to the API you can override the the localize(...
tehvan's user avatar
  • 10.3k

15 30 50 per page