Hi,
I want to display a timestamp in the UI which is modeled as a DateTime field.
Currently I can only dispaly date, hours and minutes like “yyyy.MM.dd hh:mm”
How can I add seconds and even milliseconds to such a (read only) field?
Hi,
I want to display a timestamp in the UI which is modeled as a DateTime field.
Currently I can only dispaly date, hours and minutes like “yyyy.MM.dd hh:mm”
How can I add seconds and even milliseconds to such a (read only) field?
Hi Tobias,
as far as I know, it is not possible to display date and time (including seconds/milliseconds) in a readonly DateTime field.
I managed to create a computed string field which displays the date and time values + seconds. 
However, it is not a DateTime field as requested by you. Additionally, the seconds cannot be set via DateTime field but are always “00” in my example.
Since my knowledge only covers the BA part, there still might exist a technical solution.