What kind of data are you expecting to store on this date field? At least using Apex, you can easily convert a Date/Time value to a Date value using Datetime.date() method.
Please take a look at https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_datetime.htm.
What kind of data are you expecting to store on this date field? At least using Apex, you can easily convert a Date/Time value to a Date value using Datetime.date() method.
Please take a look at https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_datetime.htm.
Let me know if I can help you with anything else.
Regards.