When you use C# ToString function with DateTime variable it allows you to specifiy the type of Date format you want to display on the ASP.Net web page. DateTime formats are the combination of few characters that return the specified formats, the characters for Date format specifier are M for month, d for day, y for year. All these specifier characters are case sensitive.
Following are few examples of format specifiers that can be passed as a string to the C# ToString Function:
You can try the following sample by specifying different date styles: