Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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 How is it done? If you find let me know
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
thanks Javier, that’s it.
Bruno
Set the Display Property “Show Time” of Date Input control to “false”?
that will also remove the time field, not only the label.