RPA Automation Anywhere A2019 Hints
| Date Format | Description |
|---|---|
| yy | Year representation with 2 digits |
| yyyy | Year representation with 4 digits |
| YY | Same as yy |
| YYYY | Same as yyyy |
| M | Month representation E.g.: 1, 2, ..., 12 |
| MM | Month representation with zero padding E.g.: 01, 02, ..., 12 |
| d | Day representation E.g.: 1, 2, ..., 31 |
| dd | Day representation with zero padding E.g.: 01, 02, ..., 31 |
| hh | Hour representation 24h format E.g.: 00, 01, ..., 23 |
| HH | Same as hh |
| mm | Minute representation E.g.: 00, 01, ..., 59 |
| ss | Second representation E.g.: 00, 01, ..., 59 |
| SSS | Milisecond representation E.g.: 000, 001, ..., 999 |
| SSS | Milisecond representation E.g.: 000, 001, ..., 999 |
| z | Time zone representation such as 'Pacific Starndard Time' |
| Z | Time zone offset representation such as '-0300' |