DateText
<span mo:type="DateText" mo:name="${fieldName}" mo:needsInit="true" mo:props=" value : '${initialValue}', defaultDate : '${defaultDate}', valueFormat : '${valueFormat}', displayFormat : '${displayFormat}'" />
${fieldName}
The name of the ProcessField
${initialValue}
The initial value of the field
${valueFormat}
The format of the initial value. See Date Formatting.
${displayFormat}
The representation and the edit format of the date value. See Date Formatting.
${defaultDate}
If initial value is not provided with mo:iValue attribute the value defined with this property is used.