<#-- --> <#macro date id="" name="" value="" begin="" end="" limit="30" time=false single=false label="" title="" size="" width="" class="form-control" style="" readonly="" validation="" disabled=false maxlength="" minlength="" placeholder="" ranges=true labelStyle="" help="" helpDirection="" >
<#include "/include/ui/control.ftl"/><#rt/>
width:${width}px""<#rt/>>
<#if id!=""> id="${id}"<#elseif name!="">id="${name}"<#rt/> <#if maxlength!=""> maxlength="${maxlength}"<#rt/> <#if readonly!=""> readonly="${readonly}"<#rt/> <#if value?? && value?string!=""> value="${value?html}"<#rt/> <#include "/include/ui/common-attributes.ftl"/><#rt/> /><#rt/>