Created
August 29, 2014 13:52
-
-
Save pbakondy/670420900f07d04480fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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