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

All Questions

Tagged with
-1 votes
1 answer
72 views

javascript date increment by one day [closed]

I am trying to increment date by 1 day using javascript date object and print only the ymd format. The result date in the tomorrow variable after slicing is not 26 but 25 why so? const d = new ...
sqlchild's user avatar
  • 8,994
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
1 vote
1 answer
38 views

set the end date based on start date in the html input field using js

set the difference between start date and end date of 20 months and automatically update in the end date input field. Using only javascript if possible the more details refer to the above one <!...
khonshu's user avatar
  • 21
0 votes
1 answer
36 views

How can I call an API when my calendar (input type date) is closed?

How can I ensure that my API is called only when a date is selected from the calendar or when the Enter button is pressed after manually changing the date field, rather than on every change in a modal ...
Midhun p k's user avatar
1 vote
3 answers
99 views

Read sort and extract file name from HMTL raw text list

I have a file in raw HTML raw text format. It contains a list of files with thousands of lines. The list looks like this: <html> <head><title>Index of /</title></head> &...
markfree's user avatar
  • 183
0 votes
1 answer
40 views

PHP Date Format Issue on blank date fields

strtotime return wrong value upon blank field - form submission Date selection is working fine but empty field giving 01-01-1970 <form method="post"> <input type="date" ...
user24025099's user avatar
0 votes
0 answers
51 views

Date format issue in mozila firefox

When I open my form in mozila firefox then date display in mm/dd/yyyy format as shown in below pic. where as I want it should display in dd/mm/yyyy format even in firefox mozilla. here is my code <...
Chand's user avatar
  • 21
1 vote
1 answer
146 views

Extract date from a web page using Python from its HTML

I am trying to extract the date from the following webpage https://www.microsoft.com/en-us/security/blog/2024/01/29/join-us-at-infosec-jupyterthon-2024/ Used the following code: import requests from ...
Lopa's user avatar
  • 63
0 votes
0 answers
65 views

Display 5 digit Julian Date in IFRAME

I have a locally hosted (on my machine) simple HTML page that we use in the office for tracking work orders. I made it as simple as possible. One dynamic element I need is to display the 5 digit ...
Noah Greene's user avatar
0 votes
0 answers
15 views

Sorting Messages loaded locally and using Ajax

I'm running into a problem sorting what I refer to as "messages"; some of which are in the HTML doc and some others using Ajax. It doesn't always sort the messages (by date) and if ...
James Mealin's user avatar
0 votes
1 answer
239 views

How do I disable the tooltip message for the input type=date field?

I want to hide the default tooltip message that says "Show date pikcer" when I hover the cursor over the calendar icon while using input type="date" here is my code, Birthday: I ...
Jawad Hussain's user avatar
0 votes
0 answers
66 views

I cant use FullCalendar Jalali in GitHub

Im new fullstack developer.I have a persian website about managing and scheduling my university. I want to add a persian calender with Jalali with javascripts library.I searched and found FullCalendar ...
Ahmad Asadi's user avatar
0 votes
1 answer
91 views

Return Data from Google Sheet as table on HTML doc only if date in column D matches Today

The Problem I'm very new to working with APIs and google sheets in this way and this is my first time posting on stackflow. It was recommended by a friend. Thanks to other posts people have made, I ...
John's user avatar
  • 13
1 vote
1 answer
99 views

Chrome does not follow its own locale in a date input element

When I test the code I found here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date <input type="date" id="start" name="trip-start" value="...
Bart Friederichs's user avatar
1 vote
1 answer
208 views

using filterGlobal from primeNG's Table to search for Date that has been formatted with a pipe

I'm working on a program utilizing PrimeNG and most of the code is working fine. I've come across a bug with a piped value. I have a table where one column is populated with dates in ISOformat, but ...
Ethan's user avatar
  • 49

15 30 50 per page
1
2 3 4 5
95