%TimeToStr function
Related pages:
TEXT %TimeToStr( TIME in TimeA, TEXT in mask )
timeA | Absolute time. |
mask | Time format of result string. |
String | Description |
yyyy or rrrr | 4-digit year representation. |
yy or rr | Last two digits of year. |
mm | Month |
dd | Day |
hh | Hour |
hb, HH | Trading hour - hour in day from 1 to 25. |
mi | Minute |
ss | Second |
mss | Millisecond |
tttt | Name of day in week *. |
ttt | 3-character shortcut of the name of day in week *. |
tt | 2-character shortcut of the name of day in week *. |
ZZZ | UTC offset in hours using format "(+|-)hh". |
ZZZZZ | UTC offset in hours and minutes using format "(+|-)hhmi". |
ZZZZZZ | UTC offset in hours and minutes using format "(+|-)hh:mi". |
%TimeToStr(M.TiA_01, "hh:mi:ss.mss dd-mm-rrrr")
Related pages:
Pridať komentár