uselessdev / datepicker

A simple datepicker with Chakra-UI and date-fns

Home Page:https://uselessdev-datepicker.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can we custom the date format e.g. dd/MM/yyyy

ImBIOS opened this issue · comments

Problem

I need to create Date Range Picker with dd/MM/yyyy format, but It's hard to find docs about it.

Suggested Solution

Create a full docs of usage coverage, start with how to custom the format of the input date.

You can do this on your component that uses the calendar, you can see an example in this story https://github.com/uselessdev/datepicker/blob/main/src/calendar.stories.tsx#L387