Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

moment set time

const date = "2017-03-13";
const time = "18:00";

const timeAndDate = moment(date + ' ' + time);

console.log(timeAndDate);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #moment #set #time
ADD COMMENT
Topic
Name
9+1 =