Time only field from postgresql

Is there a way to display time only fields in regular-user familiar 24 hours format?

Currently, the Datagrid is displaying the field in duration format: PT7H30M
While I need it to be displayed like so: 07:30

Any suggestions with a way that doesn't involve a lot of low level code and knowledge would be appreciated.

This also needs to be set in the Form.

Hi @bensina,

Radzen does not have built-in support for time-only fields.

1 Like

Too bad!

Also I can not use Angular pipe to format the string as such, nor will it display just as a string with the colon between the two sets of digits.

You can extend your model with a new string property which converts from and to the desired format. Check this thread for tips: Calculated fields on the server side

1 Like