Sephirosu / figma-next-tailwind

https://figma-next-tailwind.vercel.app
0 stars 0 forks source link

Update date format #25

Closed Sephirosu closed 3 months ago

Sephirosu commented 3 months ago

Standarize date format for apartments JavaScript Date Objects let us work with dates:

const d = new Date(); const d = new Date("2022-03-25");

Sephirosu commented 3 months ago

Fixed