I have two widgets. A calendar and a Time Widget.
My calendar is a DateTime object Wed Apr 29 2020 00:00:00 GMT-0400
and my time outputs this result 1:00 AM
I would like to Combine the two to make a new DateTime object. May I ask how about do I do that?
I tried this and it didn't work at all.
startDate.setTime(vm.startTime)