1.0.2 • Published 1 year ago
wakhti v1.0.2
Wakhti
this package time and date central
Install
npm i wakhtiimport
import { ago } from 'wakhti'code
import { ago } from 'wakhti'
const dataAndTime = () => {
const date = '2022-01-01T00:00:00.000Z'
return (
<h2>{ago(date)}</h2>
)
}
export default dataAndTimeDocumentation
coning soo documentation