I\'d like to get a Date object which is 30 minutes later than another Date object. How do I do it with JavaScript?
Use an existing library known to handle the quirks involved in dealing with time calculations. My current favorite is moment.js.