flowbite-react
flowbite-react copied to clipboard
fix(datepicker): datePicker now supports formatting of date
🛠️ Enhancement: Added Date Formatting Support to DatePicker
This PR introduces date formatting support to the DatePicker component by leveraging the date-fns
package. Users can now customize date formats such as dd-MMM-yyyy
or dd MMM yyyy
according to their preferences.