convertdateandtimelikex
v1.0.0
Published
Convert the date like twitter
Downloads
2
Readme
Convert your time to Twitter time
For instance:
2023-10-02T06:15:15.968+00:00
converted time: 12:00 PM · Oct 2, 2023
Code Import
import { convertDate } from "convertdateandtimelikex";
<p> { convertDate("2023-10-02T06:15:15.968+00:00") } </p>