Skip to content

Instantly share code, notes, and snippets.

@pbakondy
Created August 29, 2014 13:52
Show Gist options
  • Save pbakondy/670420900f07d04480fd to your computer and use it in GitHub Desktop.
Save pbakondy/670420900f07d04480fd to your computer and use it in GitHub Desktop.
rem print timestamp (valid for Hungarian language settings)
rem result: 2014.08.29. 13:48:52
set datecode=%date:~0,4%.%date:~5,2%.%date:~8,2%. %time:~0,2%:%time:~3,2%:%time:~6,2%
echo %datecode%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment