Most voted "time" questions
Use this tag when the question refers to some resource, information or function-related problem for calculating or manipulating time variables.
Learn more…109 questions
Sort by count of
-
-1
votes1
answer45
viewsPut 24hrs format in ngx-material-timepicker
Good morning, I’m trying to put this Picker team in 24-hour format, but I was unsuccessful, someone who has used, would know how ? Thank you! Docs: Documentation…
-
-1
votes1
answer246
viewsSubtract PHP date and time
I looked it up online and couldn’t find anything to help me solve this problem. I need to do the following, get a date/time informed by the system and decrease it by 5 hours. Example: 2019-08-29…
-
-1
votes3
answers299
viewsHow to make Visual Studio interpret an hour that is larger than 23hrs and smaller than 6hrs at the same time?
I have a function that is called and must enter the condition where the time now is greater than 23 hours and less than 6 hours at the same time, however the code conflicts with this condition and…
-
-1
votes1
answer90
viewsCatch current time in Python
I want to calculate the execution time of a function in nanoseconds, thus: tempoIniAlg = time_ns() vetorOrdenado = quickSort(vetor) # Vetor ordenado tempoAlg = time_ns() # Tempo de resolução do…
-
-1
votes1
answer302
viewsCalculate duration time - Firebird 2.5
I have the following table: Stages: 0 = Separation, 1 = Packaging, 2 = Conference, 3 = Shipment Status: 0 = Waiting, 1 = Started, 2 = Finished, 3 = Paused And this table is part of this screen: For…
-
-2
votes1
answer444
views -
-2
votes3
answers113
viewsCall date by javascript
I am putting the date on the site with this code that is working, but this script has to be inside the HTML element in which the date will appear. How can I change this script so that the date…
-
-2
votes1
answer43
viewsPython Time module with Idle error
Idle is showing this error, and I can’t find a way to fix it, it seems that it hasn’t imported the time module or is not recognizing. If anyone can guide me.…
-
-2
votes1
answer31
viewsSelect Mandatory to select a different value
I have four input type="time" on my page and in front of them a select. By my default select comes disabled. I made a script that enables mine select only if at least one of the four input…