Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
Name | Type | Default | Description |
---|---|---|---|
locale | String | en-US | Any valid single locale for Date.prototype.toLocaleString() |
microcopy | Object | - | Translatable strings for the microcopy for the calendar. All properties must be present to be valid. |
microcopy.today | String | Today: {date} | String representation of Today: {date} . Must include {date} , which will be replaced with the localized date. |
microcopy.next | String | Next Month | String representation of Next Month |
microcopy.previous | String | Previous Month | String representation of Previous Month |
Name | Arguments | Description |
---|---|---|
dateSelected | target | When a click event is fired on a date, this event will fire and pass the relevant target of the event |