How do you create a JavaScript Date object with a set timezone without using a string representation
I have a web page with three dropdowns for day, month and year. If I use the JavaScript Date constructor that takes numbers then I get a Date object for my current timezone: new ......