smDateTimeRangePicker icon indicating copy to clipboard operation
smDateTimeRangePicker copied to clipboard

startDate and endDate

Open Emarguera opened this issue 7 years ago • 0 comments

How can I get the endDate and startDate from the Range Picker ? And save it into a variable inside an event array like this

var newEventProp = { eventPropName: eventPropCtrl.eventPropName, eventPropCapacity: eventPropCtrl.eventPropCapacity, eventPropStartDate: moment(eventPropCtrl.eventPropStartDate), // this one eventPropFinishDate: moment(eventPropCtrl.eventPropFinishDate) // and this one };

Emarguera avatar Aug 18 '17 01:08 Emarguera