Now the difference between two times in seconds using moment
Answers
Answered by
0
I have two time without date
var startTime="12:16:59 am"; var endTime="06:12:07 pm";
I want to show the total hours in between the above times by using moment.js.
If it's not possible in moment.js then please let me know using by javascript.
var startTime="12:16:59 am"; var endTime="06:12:07 pm";
I want to show the total hours in between the above times by using moment.js.
If it's not possible in moment.js then please let me know using by javascript.
Similar questions