In this lesson we animate time using the useTimestamp
and useNow
functions from VueUse.
useTimestamp
can be useful to accurately calculate passage of time and display it reactively to the screen.
useNow
can be combined with useDateFormat
to display the current time/date in a wide variety of formats.
Certainly these function from VueUse can help your Vue.js applications work smoothly when working with time.
Links