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>
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>
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
BR
Steven
Thank you Steven!
What about create_Ts system attribute (change timestamp to date)?
Best Regards,
Dan