Closed curby closed 9 years ago
Adding this to the end of the last <script> element in example.html:
<script>
alert(ServerDate.getTimezoneOffest());
throws this in Chrome's Console:
Uncaught TypeError: undefined is not a function
This might not be considered a problem in ServerDate as it just does what Date would do.
Looks like you have a typo: Offest should be Offset.
Offest
Offset
Ha, I'm dumb. Sorry about that.
Adding this to the end of the last
<script>
element in example.html:alert(ServerDate.getTimezoneOffest());
throws this in Chrome's Console:
Uncaught TypeError: undefined is not a function
This might not be considered a problem in ServerDate as it just does what Date would do.