Hello,
We wanted to use Time field (only time and no months, days or dates). Based on a suggestion from DHTMLX forum, we use the following style classes:
.dhtmlxcalendar_dates_cont {
display: none !important;
}
.dhtmlxcalendar_days_cont {
display: none !important;
}
.dhtmlxcalendar_month_cont {
display: none !important;
}
Now, if we use these CSS settings, the other Calendar fields also become Time fields. i.e. the existing Calendar fields show only time .
How to have both Calendar and Time fields in the same page?
Please suggest.
Thank you,
Ananth Krishnan