Affichage de Date en format Long

Author:
{filelink=19656}
using System;
 
class DateLong
{
 
    public static void Main()
    {
       Console.WriteLine("(D)Date Format Long: {0:D}",DateTime.Now);
    }