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.