Skip to main content
Rollback to Revision 5
Link
Liam
  • 29k
  • 28
  • 133
  • 197

How to add time30 minutes to a JavaScript Date object?

edited title
Link
Liam
  • 29k
  • 28
  • 133
  • 197

How to add 30 minutestime to a JavaScript Date object?

added 14 characters in body
Source Link
Eric Leschinski
  • 151.8k
  • 96
  • 420
  • 335

I'd like to get a Date object which is 30 minutes later than another Date object. How to achieve How do I do it with JavaScript?

I'd like to get a Date object which is 30 minutes later than another Date object. How to achieve it?

I'd like to get a Date object which is 30 minutes later than another Date object. How do I do it with JavaScript?

Fix case
Link
halfer
  • 20.3k
  • 19
  • 105
  • 197
Loading
improved language, and removed unnecessary examples
Source Link
Kip
  • 108.7k
  • 87
  • 234
  • 265
Loading
Question Protected by Jeff Atwood
edited body; edited tags; added 6 characters in body; edited tags
Source Link
chaos
  • 123.5k
  • 33
  • 305
  • 310
Loading
Source Link
Morgan Cheng
  • 75.4k
  • 66
  • 174
  • 232
Loading