| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
FORMATDATE, FORMATTIME, FORMAT |
Reformat a given string and store the result in the specified script variable. Unlike the FORMAT command this command assumes that the souce is a string of the form yyyymmdd.hhnnss and is interpreted as date and time value.
FORMATTIMESTAMP <VariableName>, <Source>, <Format>
|
Part |
Description | |
| <VariableName> | Name of the script variable where to store the result. | |
| <Source> | Source string. | |
| <Format> |
Format string; see date and time formatting. | |
|
| ||