0
How to get date and time from a source like google to html, i a order to make time browser and user computer independet
I WANT TO RUN A JAVASCRIPT AT SPECIFIC TIME, BUT I WANT TO GET DATE AND TIME FROM TRUSTED SORCE LIKE GOOGLE. AND NOT FROM USER BROWSER, IS ANY POSSIBILITY...
4 Respuestas
+ 4
u need a timezone api like this one https://cheeze.club/p0py
seems like its free tbh u can try it out
+ 1
just for understanding,
if want to run JavaScript for greeting - good morning, but if users browser time is not set properly, js will greeting will not be run specificly for that time if day,
in order if users browser have different from real time so I just want my script to run correctly.
0
I'm not exactly sure what you're asking, why would it be a problem to get the time from the user? I'd say: just take the UTC time, that'll make it even for all timezones over the world. Check this out for all date and time possibilities:
https://www.w3schools.com/jsref/jsref_obj_date.asp
0
OK thanks, i'll