dateField get rid of minutes

Hello,

How can I get rid of minutes box from dateField?

  <hbox spacing="true" height="75px">
            <dateField id="startdateField" caption="Start Date"/>
            <dateField id="enddateField" caption="End Date"/>
        </hbox>

image

Hi neutrino,

use the resolution=“DAY” attribute in the dateField.

see
https://doc.cuba-platform.com/manual-7.1/gui_DateField.html#gui_DateField_resolution

there was also a similar topic in the forum… please search before asking :wink:

BR
Steven

3 Likes

Thank you Steven!

What about create_Ts system attribute (change timestamp to date)?

Best Regards,
Dan