Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
2 votes
3 answers
104 views

How to trigger event on input date select when value is unchanged?

I am pre-selecting a date on <input type='date' /> and want the user to select a date anyway. If the date selected is the same as the pre-selected value, it does not trigger the change event in ...
Z0q's user avatar
  • 1,778
0 votes
0 answers
17 views

Deletion of entered characters according to a predefined mask

After replacing the mask with the entered characters, I want to delete the entered characters, but it does not allow me. I can only delete the last one. I would also like if you think this could be ...
Stefan Arsic's user avatar
0 votes
1 answer
46 views

When plotting a trend line in a Kendo UI line chart within an MVC app, the specified date is not displayed correctly

When plotting a trend line in a Kendo UI line chart within an MVC application, the specified date is not displayed correctly; instead, it only shows the first date of that month. function return value ...
ashwini patil's user avatar
0 votes
0 answers
43 views

Problems with dates and xlsx

I am exporting a table to excel using XLSX v0.15.6. When I export the table the date fields are changed and I don't understand why. The table is created with php5.6 and html but to export it it uses ...
Frank Botelle Valdes's user avatar
-2 votes
1 answer
49 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
1 vote
0 answers
33 views

legacy jquery datatables sort on Australian date format

According to the jQuery Datatables docs, the sType parameter which is used to define the sorting behaviour of a column: ... allows you to specify how the data for this column will be sorted. Four ...
Notaras's user avatar
  • 687
2 votes
2 answers
82 views

input date ranges in both array ranges

I have been working with this code: var rangesInputRange1 = [ { startDate: parseDate("15/04/2024"), endDate: parseDate("01/05/2024") }, { startDate: parseDate("01/06/...
kaqu's user avatar
  • 87
-1 votes
1 answer
380 views

how to create a date from a given string with a specific format [duplicate]

My problem is the following: I have a var in javascript that represents a date in the following format in the following format 'dd/mm/yyyy' so, if I have 01/03/2024, this would be 1st of March, 2024 ...
Iria's user avatar
  • 17
0 votes
1 answer
60 views

How to change the color of the date value when have passed 2 days in a SharePoint list?

I am trying to change the color of Due Date when it is more than 2 days to become Red and if within 2 days Orange and less then 2 days to be Green . I have created this DueDateStatus calculated column ...
Andy Andi's user avatar
0 votes
1 answer
62 views

Issue with Sorting and Grouping List Items by Date in JavaScript

I'm working on a web application where I need to sort and group a list of items based on their dates. I have a list of checkboxes with associated date labels. I want to sort these checkboxes based on ...
Saad Ullah Sajid's user avatar
2 votes
1 answer
1k views

onchange event for an input[type="date"] not working

Im rather new to javascript and the MVC world so forgive the possibly easy problem. I have a table of date type inputs where the user needs to select dates for each named row. To allow the user to ...
Haemontai's user avatar
0 votes
2 answers
78 views

Issue with extracting and parsing date from a string using JavaScript

I'm currently working on a JavaScript function that extracts a date from a string and then parses it to set the start and end dates for a date filter. However, I'm encountering an issue with the date ...
jessiepinkman's user avatar
0 votes
0 answers
657 views

HTML <input type="date" not validating min attribute correctly [duplicate]

I have a form with a date field. The field is required and should not allow a date sooner than 2 days from the current date. <input type="date" id="DayDate" name="DayDate&...
rwkiii's user avatar
  • 5,806
0 votes
1 answer
284 views

How do I filter out records where the value is NULL?

looking for a query to filter out all records where the opened_date is null. getting a Unable to coerce '' to a formatted date (long) error i tried. select * from schema.table_name_account where ...
Momo's user avatar
  • 11
-3 votes
1 answer
90 views

How to convert dd/MM/yyyy into dd/mm/yyyy in JavaScript? [closed]

I have a date field on which I am calling datepicker in the following format : $(function() { $('.dob').datepicker({ dateFormat: 'dd/MM/yyyy', }); }); When the user selects ...
Ananya's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
164