Created
December 13, 2013 18:40
-
-
Save TimFletcher/7949055 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
var tz = jstz.determine(); // Determines the time zone of the browser client | |
$('#id_timezone').val(tz.name()); // Sets it in the form | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment