0

In my application am selecting "startdate" and "starttime" from comboboxes.

then i need to add 1 day 1 hour 20 min to that selected datetime.

how to do that any suggestion

2
  • dateObj.setHours(); and dateObj.setMinutes(); will help!
    – Rayon
    Commented Jan 14, 2016 at 9:33
  • 1
    Welcome to SO. Please visit the help center to see what and how to ask. HINT: Update your question with code and HTML
    – mplungjan
    Commented Jan 14, 2016 at 9:37

0

Browse other questions tagged or ask your own question.