Posts by Arthur Felipe • 13 points
3 posts
-
0
votes1
answer42
viewsQ: How to restrict hours and minutes in javascript
my code it calculates how many hours a person worked total weekly and monthly now I want to make a restriction that if the weekly hourly load exceeds 30 hours and 0 minutes it emits a sweetAlert…
-
0
votes2
answers172
viewsQ: Sweetalert Does Not Return False
I made some inputs in text format and then created a function in javascript to check empty fields of the same, but when I press the button next it shows the error(the normal sweetalert box…
-
0
votes1
answer104
viewsQ: Subtract 4 times and display at the same time the result in another input
I am with this doubt of how I will take these 4 fields (Time start, end and interval start and end) and subtract them and appear the answer in another input in the weekly workload. The code is this…