<#include '/public/template/editTemplate.html'> <#assign formId="attHolidayEditForm${uuid!}"> <#macro editContent>
*
* <@ZKUI.Input type="date" Style="width: 148;" id="att_startDatetime" todayRange="start" today="true" readonly="true" value="${((item.startDatetime)?string('yyyy-MM-dd HH:mm:ss'))!}" name="startDatetime" hideLabel="true"/>
* <@ZKUI.Input type="date" Style="width: 148;" id="att_endDatetime" todayRange="end" today="true" readonly="true" value="${((item.endDatetime)?string('yyyy-MM-dd HH:mm:ss'))!}" name="endDatetime" hideLabel="true"/>