- Aug
- 2,033
- 82
Code:
c:\users\jlc\utils>ver /r
TCC 23.00.17 x64 Windows 7 [Version 6.1.7601]
TCC Build 17 Windows 7 Build 7601 Service Pack 1
Code:
c:\users\jlc\utils>which date
date is an internal command
Code:
c:\users\jlc\utils>date /t /f0
Wed Jun 27, 2018
c:\users\jlc\utils>date /t /f1
6/27/18
c:\users\jlc\utils>date /t /f2
Wed 6/27/2018
c:\users\jlc\utils>date /t /f4
6/27/2018
According to the help file, /f4 should be returning the date as 2018-06-27
Joe
Last edited: