Revision history [back]
If you need this for a report, then you have two solutions:
- You can use
NamaRep.timeToString($F{fromTime})
and this will give you the desired
string directly.
- You can also use
NamaRep.timeToDecimal($F{fromTime})
and this will convert the time to a
decimal
If in templates, you can use {timetostring(fromTime)} -> Please note this part is found in releases after 20181205
If you need this for a report, then you have two solutions:
- You can use
NamaRep.timeToString($F{fromTime})
and this will give you the desired
string directly.
- You can also use
NamaRep.timeToDecimal($F{fromTime})
and this will convert the time to a
decimal
If in templates, you can use {timetostring(fromTime)} -> Please note this part is found in releases after 20181205