DayPilot for ASP.NET - AJAX Calendar/Scheduling Controls
Try the online demo: AJAX-style event creating, moving, resizing, and deleting • Context menu • Day view • Work week view • Week view • Month view • Horizontal/vertical resources view • PostBack/AJAX/JavaScript event handling • Binding to XmlDataSource, SqlDataSource, DataTable, ArrayList • Custom event formatting • UpdatePanel compatibility

8. Choosing DayFormat - DateTime.ToString() Parameters

The DayFormat property specifies the DateTime format to be used for day headers. It accepts the same string as DateTime.ToString(string).

Standard format examples

Here are the examples for EN-US locale:  

DayFormat value Sample header
"d" 6/5/2006
"D" Monday, June 5, 2006
"m" or "M" June 5

Custom format examples

DayFormat value Sample header
"dddd" Monday
"ddd" Mo
"dd" 05
"%d" 5
"M/dd" 6/05
"M/d" 6/5
"MM/dd" 06/05
"d MMMM yyyy" 5 June 2006
"yyyy-MM-dd" 2006-06-05

 

DayPilot Pro is an advanced DayPilot edition. You can check a thumbnail overview of the most interesting features. There is also an online demo with all the features working (including the AJAX features). If you want to test the design-time support and API you can download a fully functional trial version. And if you like it, you can buy a full version with source code and 12 months of upgrades and support (with a 30-days money back guarantee).

DayPilot Lite is a do-it-yourself open-source edition of DayPilot. Although it misses some DayPilot Pro features, there are thousands of developers using it to build calendar, personal scheduling, and resource booking applications.