Unfortunately not Tom...
If you set the Data Type to DATE there are some serious problems. Here are steps to reproduce.
Set your Joomla website to Website Time Zone: Amsterdam in the Global Configuration.
Create a calendar field for a birthday.
Set the format to %d-%m-%Y.
Set filter to user_utc.
Set showtime to false.
Go to the Data Base tab. Set Data Type to DATE.
Set Data Default to Other.
Set Other Default to 0000-00-00.
Add the field to an Admin View in a Component and compile.
Add a record. Use the caledar date picket to shoose a date, for example 19-01-1966.
When I click Save, the data is saved and the record is re-displayed. the date then shows 18-01-1966.
This does not happen when you set the Data Type to DATETIME.