Welcome To Snipplr


Everyone's Recent DOS Batch Snippets Tagged format



« Prev 1 Next »
Nice script for formatting dates in a batch file without having the system locale settings impact your format
0 915 posted 9 years ago by kidmizere
The code works if and only if your system is using English(United States) date format (i.e. "Web 05/11/2011"). If your systems is using English(United Kingdom) date format just replace %%B in the first and third rows with %%A.
0 1025 posted 13 years ago by cappellin
« Prev 1 Next »