### Description
This widget is meant to be embedded in another widget to provide formatting for the month and date. It takes a date option and displays a badge with month and date visible. The date format parameter must be YYYY-MM-DD HH:MM:SS
, for example 2024-07-18 03:11:43
.
### CSS/SASS Variables
CSS/SASS variables are given default values that can be overridden with theming or portal-level CSS.
| Variable | Comments |
| -------- |:---|
| $nr-event-calendar-icon-bg
| Determines the badge background color. Defaults to $brand-info
. |