Problem with dateField and dateFormat

Hi,

I’m migrating my application from Cuba 6.10.14 to Cuba 7.1.2. Since I’ve updated the version all my dateFields always display the time field. For example, this is one of my fields:

<dateField id=“jornadaDesdeField” caption=“msg://jornadaDesdeField”
dateFormat=“dd/MM/yyyy” datatype=“date”/>

Following the documentation, " If there are no H or h characters in the format, the time field will not be displayed". But the time field is still visible.

image

What I’m doing wrong?

Thanks.

1 Like

Hi,

Thank you for reporting the problem, I’ve created a GitHub issue.

Gleb