<!DOCTYPE html>
<html>
<head>
<title>To get current timezone of user using javascript.</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.j...
<script type="text/javascript">
$(document).ready(function() {
var tz = jstz.determine();
var timezone = tz.name();
document.cookie="user_time_zone=" + timezone;
});
</script>
</head>
</html>
<html>
<head>
<title>To get current timezone of user using javascript.</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.j...
<script type="text/javascript">
$(document).ready(function() {
var tz = jstz.determine();
var timezone = tz.name();
document.cookie="user_time_zone=" + timezone;
});
</script>
</head>
</html>
No comments:
Post a Comment