The AbsTimeToStatusString is used to enter a configurable BFormat text string which is used to foramt the timestampIn value to the timestampOut value.
The AbsTimeToStatusString component is located in the vykonPro palette under the conversion sub folder.
Format
BFormat property that is resolved to format the string timestampOut property.
Timestamp In
The BAbsTime propety which is formated based on the format property and stored at the timestampOut property.
Timestamp Out
Status String slot which stores the formatted timestampIn value.
%.% - this is the equivalent of calling the BAbsTime.toString() method.
%toTimeString% - this is the equivalent of calling the BAbsTime.toTimeString(context) method.
%toDateString% - this is the equivalent of calling the BAbsTime.toDateString(context) method.
%month.shortDisplayTag% %day%, %year% %toTimeString% - this utilizes various methods such as BAbsTime.getMonth() to construct a string such as "Feb 12, 2010 8:00 AM".