I have a Date() object that contains a UTC date, which I need converted to the users local timezone. Does anybody know how I could do this? :-)
Date()
I usually create a new Date object and use the Date.setUTC* functions to copy the date information.
Date
Date.setUTC*