Default value for Date field?
I have a Date field I've added to all pages in my site, called 'pageDate'.
<pageDate
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/datepicker"
displayedFormat="MMMM DD, YYYY"
displayTimezoneMessage="{Boolean}true"
fieldDescription="Page Date used for Sorting"
fieldLabel="Page Date used for sorting purposes in search scenarios"
name="./pageDate"
renderReadOnly="{Boolean}false"
required="{Boolean}true"
type="date"
/>
How can I make this field default to the current date upon page creation?