If you want to treat everything as UTC, and if you can get the raw day, month, year values out of the date picker, the Date constructor assumes UTC when supplied with a string with no time component; or the Date.UTC function treats input values as UTC.
↧