Date fields
Date fields give you a date picker.
You can also pick minimum and maximum dates that should be allowed.
The syntax for displaying this is as follows:-
{{ $fieldHandle }}
The date field is automatically dumped in a Mysql friendly format YYYY-mm-dd, however, you may use engine function to format the date as you wish — or vanilla PHP