Skip to main content

All Questions

Tagged with
0 votes
0 answers
30 views

ASP.NET MVC datepicker doesn't show calendar

I'm trying to add datepicker, however when I try to use @html.TextboxFor, the calendar is not popping up. As for EditorFor to input="date" options, they show mm/dd/yyyy format when I need dd/...
DeP.'s user avatar
  • 1
0 votes
0 answers
17 views

How to clear/erase the input value when using jquery datepicker and the input is readonly

I have an input that as soon as the value is chnaged it submits the value and is saved in our database, therefore we can only allow date format values, and the best tool is using datepicker with a ...
Eduardo Ponce de Leon's user avatar
0 votes
0 answers
25 views

Gijgo Datepicker Date with two digit Year converted to 20th Century

I am using Gijgo Datepicker in my website, my requirement is to show 2 digit year, and I changed the format to 'dd/mmm/yy' which is working fine, but when I select a date i.e. 1 Jan 1990 and reopen ...
Danish Adeel's user avatar
0 votes
0 answers
28 views

TypeError: option timepicker is not recognized! it is shown

<script type="module"> document.addEventListener('DOMContentLoaded',function(){ var calendarEl = document.getElementById('calendar'); var calendar = new ...
Adarsh Kumar Singh's user avatar
1 vote
0 answers
20 views

Datepicker JQuery, Select 1 Date and Outputs 2 range dates based from selected (how many nights section) in a single Text Field

I am using JQuery Datepicker and I am having trouble on how to implement the situation where I can select Number of Nights, Get the value of # of nights and When you select a Date, Date output should ...
Adrian's user avatar
  • 39
-2 votes
1 answer
47 views

Input type date, differentiate between empty and invalid [closed]

I have a modal window with a form containing an optional field of type date i.e.: <input id="myDate" type="date" /> If I pick a date, i.e. 14/05/2024, and then remove some ...
m3t4l's user avatar
  • 61
0 votes
1 answer
47 views

Why is my Bootstrap datepicker being duplicated if opened too early?

I have a datePicker in my code and when I open the datepicker before all requests are done when they are done it's adding a inline-datepicker inside my datepicker dropdown here's my code <div class=...
Asl's user avatar
  • 1
0 votes
1 answer
25 views

Datepicker UI resets on error after form submission

Datepicker UI resets on error after form submission var tempDate = new Date(); $('#cal-calibrationDate-req').datepicker({ startDate: FromStartDate, daysOfWeekDisabled: "2,6,0,1", ...
MVin's user avatar
  • 1
0 votes
1 answer
95 views

Tab key is always hiding the Datepicker (accessibility)

<input id="BirthDate.0" name="BirthDate.0" class="input-sm input_mask mask_date form-control hasDatepicker" onchange="updateFieldGrid('UpdateField', this)" ...
Wes's user avatar
  • 1,243
0 votes
0 answers
38 views

jQuery date picker manual trigger

I have a working version of jQuery date picker, Just need to implement 2 more enhancements to it The calendar function is not invoking while clicking the Date Icon, however if I click the text field ...
Techie's user avatar
  • 83
0 votes
0 answers
22 views

Localisation German: jquerys' DatePicker "ä" is not recognized

I have an odd behavior: I use datepicker. It works fine. As long it is in English. I want it in German. Ok, reading reading reading, I found out, that I had to include a localisation file. Januar, ...
tsunami's user avatar
  • 11
0 votes
0 answers
41 views

Jquery datepicker does not work on a newly opened blank window

I tried apply jquery datepicker on a newly opened blank window (opened with window.open). <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> ...
Csirmaz Kalman's user avatar
0 votes
0 answers
33 views

Uncaught TypeError datepicker is not a function [duplicate]

I am having issues adding a Jquery datepicker to the existing html screen. The datepicker isn't recognised as a function in my JS file. I have gone through the some proposed solutions in this page but ...
Techie's user avatar
  • 83
1 vote
0 answers
19 views

jQuery UI Datepicker causing problems if Current Date is selected

Datepicker is working okay except that when I select the 'current date' it causes the other JS at the bottom of my script to fail. Here is the datepicker configuration I have $(function() { $("#...
user2755309's user avatar
0 votes
0 answers
34 views

Add custom class on x-number of days (months/years) on jQuery UI datepicker dates (each td)

I am trying to dynamically add a class to a number of "td" within the jQuery UI datepicker based on the values from "periodValue" and "periodType". I am having serious ...
Houghtonator's user avatar

15 30 50 per page
1
2 3 4 5
475