Returns a new CalculationDate on the same date with the specified time.
var date = now.valueOf('2017-03-15').withTime(23,59,59);
console.log('Date = %s', date);
//Date = 2017-03-15 23:59:59
Returns a new CalculationDate on the same date with the specified time.
var date = now.valueOf('2017-03-15').withTime(23,59,59);
console.log('Date = %s', date);
//Date = 2017-03-15 23:59:59