Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Console.WriteLine($"-b "{DateTime.Now.AddHours(-2):M/d/yyyy hh:mm:ss}"");
  2.  
  3. -b "6/19/2018 07:45:44"
  4.  
  5. -b "6-19-2018 07:20:17"
  6.  
  7. Console.WriteLine($"-b "{DateTime.Now.AddHours(-2):M`/`d`/`yyyy hh`:`mm`:`ss}"");
  8.  
  9. onsole.WriteLine(DateTime.Now.ToString("M/d/yyyy hh:mm:ss",
  10. CultureInfo.InvariantCulture));
Add Comment
Please, Sign In to add comment