Write a C# Sharp program to display the string representation of a date using the long date format

  • برمجة سي شارب
  • برمجة

Write a C# Sharp program to display the string representation of a date using the long date format. 

Expected Output :

Friday, August 14, 2009

الأجوبة

using System;  
public class Exercise25  
{  
    public static void Main()  
{  
   DateTime august14 = new DateTime(2009, 8, 14, 5, 23, 15);

// Get the long date formats using the current culture.
string [] longaugust14Formats = 
			august14.GetDateTimeFormats('D');

// Display all long date formats.
foreach (string format in longaugust14Formats) {
	Console.WriteLine(format);
}
  }
}
هل كان المحتوى مفيد؟

تبحث عن مدرس اونلاين؟

محتاج مساعدة باختيار المدرس الافضل؟ تواصل مع فريقنا الان لمساعدتك بتأمين افضل مدرس
ماهو التخصص الذي تبحث عنه؟
اكتب هنا...