-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have a certain dates that come from database and want to block those dates from selecting, how would i do that?
like Alert when certain days are clicked on the jquery datepicker?
i am using asp.net C#. and pass the dates from server side to client?
any help?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a textbox on my web page that is used to specify a date, so I'd like to use the jQuery DatePicker. However, most of my users are locked into using IE6 and the performance of the jQuery DatePicker is a little sluggish in this browser.
Can anyone recommend an alternate JavaScript date picker…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have this jQuery datepicker code that initially set the minDate of the datepicker. After a user selects a starting date, I used the option attribute to change the minDate of the datepicker, but nothing happens. What did I do wrong and how should I make it work?
Datepicker init code:
$(function…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey!
I've got a quick question about the jQuery UI DatePicker.
When I load the page, defaultDate: 0 will work fine with selecting the current day's date. I would like to create a 'fake' click on the date so it will execute my JavaScript function and retrieve information from the database. I tried…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can i get current date from server-side (such as new Date from server date time not from client'computer date), when i use jQuery datepicker?
Do i need get time from server and pass it to the js code? How can i do it. i am using classic asp
>>> More