Skip to content

Instantly share code, notes, and snippets.

@dkalamari
Last active December 17, 2015 14:39
Show Gist options
  • Save dkalamari/5625954 to your computer and use it in GitHub Desktop.
Save dkalamari/5625954 to your computer and use it in GitHub Desktop.
C# current datetime formated
DateTime.Now.ToString("dd.MM.yyyy HH:mm:ss")
//22.05.2013 08:56:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment