0👍
You can use moment.js
for that. An example:
moment.duration(arrTime.diff(depTime)).asHours();
- [Vuejs]-Displaying multiple jsons in VUE
- [Vuejs]-Multiple entry web routes in laravel and vue SPA app
Source:stackexchange.com
0👍
You can use moment.js
for that. An example:
moment.duration(arrTime.diff(depTime)).asHours();