Skip to content

Commit

Permalink
Remove unused dateFormat prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsteff committed May 9, 2024
1 parent 990e71d commit b71e3c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/form/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ export interface CalendarProps {
*/
previousArrow?: React.ReactNode | string;

/**
* The date format to use for the calendar. Defaults 'MMMM yyyy'.
*/
dateFormat?: string;

/**
* Whether to display day of week labels
*/
Expand Down

0 comments on commit b71e3c2

Please sign in to comment.