[]
Configurates FormatDays. Sets the format used to display the days in month view.
public CalendarBuilder FormatDays(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| CalendarBuilder | Current builder. |
The default value for this property is 'd ' (the space after the 'd' prevents the format from being interpreted as 'd', the standard format used to represent the short date pattern).