Skip to main content

All Questions

0 votes
1 answer
80 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 ...
Fahad Ashiq's user avatar
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 ...
devCodePro's user avatar
0 votes
1 answer
634 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 ...
johnwayne's user avatar
0 votes
1 answer
30 views

Why next button open and close my calendar?

I'm using two datepickers in my project, start date and end date. The first one open the second calendar with show method. I notice the next button on the second calendar close and reopen the ...
FolabiAhn's user avatar
  • 526
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 ...
user6725932's user avatar
0 votes
1 answer
74 views

minDate and maxDate makes jQuery change year malfunction

This my code for some date field. If change year is used I don't get the mindate year. Why is that? $(function() { $("#d_o_b").datepicker({ changeYear: true, minDate: " -54Y", ...
Bineesh's user avatar
  • 494
1 vote
0 answers
2k views

Hijri dates integration with jQuery UI datepicker tool

I have been using jQuery UI datepicker tool, it works fine, but now i want to integrate Hijri calendar in it instead of default gregorian calendarI saw a localization option in detailed options, it ...
Abbas's user avatar
  • 5,014
2 votes
1 answer
6k views

Disable all dates in a calendar

Is there a way, I could disable all dates from a calendar? Currently the calendar is constructed as : $('.date-picker-field').datepicker( { showOtherMonths: true, selectOtherMonths: true, ...
Suhail Gupta's user avatar
1 vote
0 answers
564 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' ...
naanace's user avatar
  • 363
0 votes
1 answer
38 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) ...
webuser57's user avatar
  • 171
0 votes
2 answers
290 views

jquery calendar time format

Does anyone how to change the date format in my jquery code. By default it uses mm/dd/yy ANd i want yy/mm/dd Code: tjq('.datepicker-wrap input').datepicker({ showOn: 'button', ...
Razvan's user avatar
  • 63
0 votes
1 answer
648 views

jquery UI next prev month events

I am using jquery UI datepicker to setup a calendar of events. You can see a jsfiddle of what I've create already, here: http://jsfiddle.net/ciprianmagda/bvL5kqvf/ So I've created a string with dates ...
Gabriel Ciprian Magda's user avatar
0 votes
1 answer
677 views

Bootstrap Glyph icon Calendar not working

I have used a bootstrap Glyph calendar icon for a date picker textbox in C#. When the calendar icon is clicked, calendar is shown, but without the next/ previous month/year ARROW Buttons. There is a ...
Sridhar Evo's user avatar
0 votes
1 answer
4k views

To show built in Calendar control on button click

I have two version of my application. Using built in asp.net calendar control Using jQuery DatePicker Both has it's cons... and pros. Asp.net calendar control is great so far due its events in c# ...
bonCodigo's user avatar
  • 14.3k
1 vote
0 answers
1k views

Replacing Calendar control (its events) in asp.net with jQuery calendar?

Earlier Title: How to add a weekly view Calendar stripe in Web Page? Gridview's data is searched and displayed by week of the year. The weekly view calendar control should look like somewhat the ...
bonCodigo's user avatar
  • 14.3k

15 30 50 per page