Differences
This shows you the differences between the selected revisions of the page.
2017-03-16 | 2017-10-16 | ||
powershell anchor (martin) | syntax highlighting (martin) | ||
Line 35: | Line 35: | ||
To calculate relative times, you can extend the batch file like below. The script will print the yesterday date. | To calculate relative times, you can extend the batch file like below. The script will print the yesterday date. | ||
- | <code> | + | <code batch> |
set TIMESTAMP_FORMAT=yyyy-mm-dd | set TIMESTAMP_FORMAT=yyyy-mm-dd | ||
set TIMESTAMP_RELATIVE=-1D | set TIMESTAMP_RELATIVE=-1D |