styleBunny
Technical User
Hi guys,
Im doing a js list of dates that only displays the dates that have not passed. Tho so far using 'new date' all i get is a local system time which can be dubious if the clock is incorrectly set on the users system. How can i get a GMT or server date to evaluate my list against?
I tried getUTC methods but that still seemed to reflect changes in the the local time. Just displayed in a differnt format.
cheers,
sb.
Im doing a js list of dates that only displays the dates that have not passed. Tho so far using 'new date' all i get is a local system time which can be dubious if the clock is incorrectly set on the users system. How can i get a GMT or server date to evaluate my list against?
I tried getUTC methods but that still seemed to reflect changes in the the local time. Just displayed in a differnt format.
cheers,
sb.