Show milliseconds in TDateTime property

Hi!

When dispalying data in TAureliusDataset I get "normal" TDAteTime values (example "01.02.2021 12:34:00"?

How can I display milliseconds (example "01.02.2021 12:34:00.123") ?

Hi there,

Set the TFields DisplayFormat property to whatever you want, ex: 'dd.mm.yyyy HH:nn:ss.zzz'

Regards,

1 Like

Thank you!

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.