remove Time label from Date Input field

Hi,

how can I remove the “Time” label (leaving the time field) from a Date Input field?

Thanks
Bruno

Hi, I’m also interested in this :smiley:
How is it done? If you find let me know :stuck_out_tongue:

hi
the simplest way (i can think of) would be to add the following CSS property in a stylesheet in your view (or to the skin)

.caf-timepicker-label {
   display:none;
}

hope this helps,
Javier

Hi,

thanks Javier, that’s it.

Bruno

Set the Display Property “Show Time” of Date Input control to “false”?

Hi,

that will also remove the time field, not only the label.

Bruno