Sitecore 5.0 API

DateUtil.FormatLongDateTime Method 

Formats a date in a long format.

[Visual Basic]
Public Shared Function FormatLongDateTime( _
   ByVal dateTime As Date _
) As String
[C#]
public static string FormatLongDateTime(
   DateTime dateTime
);

See Also

DateUtil Class | Sitecore Namespace