Relative Content

Tag Archive for javascriptdate

JavaScript Date.getDay() returns the wrong day but only for some users

I’m working on a website for a conference and some users complain that the day of the week in the dates displayed in the schedule is wrong: instead of e.g. “August 3rd (Saturday)” they see “August 3rd (Friday)”. August 3rd is a Saturday, so I have no idea how this is possible, it can’t be a matter of time zones because the day of the month is still correct.