Prop Webcontrol Calendar Daynameformat
# ASP.NET Calendar DayNameFormat Property
* * Calendar Control](#)
* * *
## Definition and Usage
The DayNameFormat property is used to set the format of the day names in a week in the calendar.
## Syntax
_
| Property | Description |
| --- | --- |
| format | Specifies the display format for the day names. Possible values: * FirstLetter * FirstTwoLetters * Full * Short |
* * *
## Example
The following example displays a calendar with the full day name format:
[Live Demo Β»](#)
* * Calendar Control](#)
YouTip