|
| |
.NowValue Series
These commands display the standardized output for current time or date without trying to set a variable. They are slightly faster than their equivalent .GetValue commands (which do set
variables). Their main usage is within the library to build other Mount/\Commands where the time or date is needed.
|
.Mt/\Cmd |
|
Description |
|
.NowDate |
|
Display date in local format
(like DATE /T) with leading zeroes added, if necessary, and leading/trailing blanks removed. |
|
.NowTime |
|
Display current time in
standardized local format with leading zeroes added, if necessary, and leading/trailing blanks removed. No fractional seconds. hh:mn:ss |
|
.NowTimeP |
|
Display current precise time in
standardized local format with leading zeroes added, if necessary, and leading/trailing blanks removed. Includes fractional seconds. hh:mn:ss.hs |
|