Page 1 of 1

How to display a Time(8) field

Posted: Thu Jan 17, 2019 8:35 pm
by pbellardita
Hi,
I'm using a Time(8) field with hours, minutes and seconds (Eg: 12:10:52).
How can I display only Hours and minutes on a web page (Eg: 12:10) without having to use a support text field?

Thanks

Re: How to display a Time(8) field

Posted: Fri Jan 18, 2019 2:03 pm
by LANSASupport
This can be achieved by using CustomTimeFormat('hh:mm') on the DateTime visualization.
This feature isn't available in VL yet but is to be shipped in the upcoming EPC142040.
EPC142040 is due to be available next week. You can look out for it here: https://www.lansa.com/support/notes/epc/

Regards,
LANSA Support

Re: How to display a Time(8) field

Posted: Tue Jan 22, 2019 8:02 pm
by pbellardita
Thanks