using System; class DateLong { public static void Main() { Console.WriteLine("(D)Date Format Long: {0:D}",DateTime.Now); } } |
0
using System; class DateLong { public static void Main() { Console.WriteLine("(D)Date Format Long: {0:D}",DateTime.Now); } } |
No comments yet.