hasen39's avatar

getTimeZoneOffset is not a function

var date = new Date();
var offset = date.getTimeZoneOffset();
 

it gives me the above error how can i solve it

0 likes
1 reply

Please or to participate in this conversation.