Date en Format Triable

Author:


Download

using System;
 
class DateFTrie
{
 
    public static void Main()
    {
       Console.WriteLine("(s) Format Triable: {0:s}",DateTime.Now);
    }
}