Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. using System;
  2.  
  3. public class Example
  4. {
  5. public static void Main()
  6. {
  7. DateTime dateValue = new DateTime(2008, 6, 11);
  8. Console.WriteLine(dateValue.ToString("ddd"));
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement