Hi,
I've got an input component set to type "time" on my ionic project and need to know how to set this component to only display HH:mm
I've read several blogs on this that suggest using:
displayFormat = "HH:mm"
but have not been successful when using it in the builder, as the entry displayformat seems to be ignored
Any ideas?