Posts by Igor Gonçalves • 16 points
1 post
-
0
votes1
answer18
viewsA: I need to know how to pass value to Dates() functions in Javascript preference spend minutes
Please see if this way helps. <html> <head> <script type="text/javascript"> function time() { today=new Date(); h=today.getHours(); m=today.getMinutes(); s=today.getSeconds();…