mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
new changes
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
$(document).ready(function(){
|
||||
$(function() {
|
||||
$( "#datepicker" ).datepicker();
|
||||
});
|
||||
|
||||
var date = new Date();
|
||||
var offset = new Date().getTimezoneOffset();
|
||||
$("#timeZone").val(offset);
|
||||
|
||||
$(function() {
|
||||
$("#timepicker").timepicker();
|
||||
});
|
||||
console.log("offset - " + offset);
|
||||
$(function() {
|
||||
$( "#datepicker" ).datepicker();
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$("#timepicker").timepicker();
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user