All Questions
11 questions
0
votes
1
answer
157
views
How to automatically close a Calendar Icon when mouse click or focus out from specific content?
I have calendar attached to the date of birth field when I click on the calendar icon it opens as I need to add the DOB ( Date of Birth ) but for closing the dialogue box I need to click on the close ...
1
vote
1
answer
1k
views
How to apply both- setDate and (minDate and maxDate )Date Range dynamically using jQuery Datepicker?
I have a drop-down from where I select the year and the other calendar field which has the datepicker.
What I want to do is if I select the year 2021, the default date should be 12/31/2021 and it ...
0
votes
1
answer
641
views
jquery datepicker defaultdate will not automatically set to next available date when graphical calendar is persistent on a page
The jquery datepicker defaultdate will not automatically set to next available date when the graphical calendar is persistent on a page. the initial date the calendar selects can be a date that i have ...
4
votes
4
answers
2k
views
Add custom classname to jquery calendar cell
I am using Jquery calendar. I am trying to insert a new class name to each cell of calendar. It gets added but it is getting removed as and when the calendar is clicked.
Basically it refreshes the ...
1
vote
0
answers
565
views
Remain selected year-month in datepicker UI
Hello:) Isn't datepicker save selected year-month data? I know it's possible in case of yyMMdd date format. My question is how about yyMM date format.
I want to save date data when I click 'done' ...
0
votes
1
answer
39
views
datepicker, after second call no correct display
the jQuery calendar is placed at the second call "false" represents!
That is click the user in the first "Von" (from) field, the calendar is called correctly.
If the user clicks in the "Bis" (to) ...
1
vote
0
answers
245
views
Displaying a calendar with jQuery (not datepicker)
I have a datatable which contains a lot of information and part of those are dates. I'd like to automatically add a link to all dates and show a readonly calendar so that my users can see when that ...
-1
votes
1
answer
1k
views
How to show datepicker on field focus only?
I'm adding jquery mobile date picker but it shows the date picker by default. Instead, I want it to show up only on focus and to be hidden when the field loses focus...Any idea how ?
In the page ...
0
votes
3
answers
1k
views
How to format year of jQueryUI datepicker calendar?
I can format month which is on the top of calendar by monthNames option.
But I don't know how to format year.
I want to covert "June 2011" in the following demo calendar to like "June 2011y".
http://...
1
vote
4
answers
6k
views
calendar widget in javascript
What is the best way to create a calendar with JavaScript like the jquery Datepicker where I can add some more functionality?
I want to display some arrays of dates in different colors in it as well ...
129
votes
12
answers
264k
views
How do I localize the jQuery UI Datepicker?
I really need a localized dropdown calendar. An English calendar doesn't exactly communicate excellence on a Norwegian website ;-)
I have experimented with the jQuery DatePicker, their website says ...