DateField time part

Hi,

this is presumably a dummy question, but I am not reaching getting rid of the time part in a datefield component. In the documentation it says:

If the attribute has the java.sql.Date type or the @Temporal(TemporalType.DATE) annotation is specified, the time field will not be displayed

So I am annotating all my Date entity attributes in that manner, but the time part still appears.

Any ideas? Not a straight answer on this in google.

Regards,

Carlos Conti.

Good day @carloscz25

When dragging and dropping a date component into a screen, automatically it comes with the date and time field. To get rid of the time field you have to specify in its properties, look for resolution and set it to “day”.

As well you can create an entity with an attribute of type Date instead of DateTime

day