Does momentjs provide any option to set time with particular time ?
var timeAndDate = moment(date).add(moment.duration(time))
When you have separated string for date and time you can parse first as date and second as duration and just add them. This should create moment with proper date and time
moment