A
Andy B
How do you show the client computers local time on a page even if the page
is hosted in a totally different timezone?
is hosted in a totally different timezone?
How do you show the client computers local time on a page even if the page
is hosted in a totally different timezone?
Is there a way of doing this so mobile devices can show it?
<div>
<script type="text/javascript">
document.write(Date());
</script>
</div>Google for JavaScript date / time formatting options...