# Interface: DayContentProps Represent the props for the [DayContent](../functions/DayContent.md) component. ## Properties ### activeModifiers > **activeModifiers**: [`ActiveModifiers`](../type-aliases/ActiveModifiers.md) The active modifiers for the given date. #### Source [src/components/DayContent.tsx:11](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/DayContent.tsx#L11) *** ### date > **date**: `Date` The date representing the day. #### Source [src/components/DayContent.tsx:7](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/DayContent.tsx#L7) *** ### displayMonth > **displayMonth**: `Date` The month where the day is displayed. #### Source [src/components/DayContent.tsx:9](https://github.com/gpbl/react-day-picker/blob/9ad13dc72fff814dcf720a62f6e3b5ea38e8af6d/src/components/DayContent.tsx#L9)