function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HoysalaHoysala 

When we create a Call for an any account i need Date field. not Date/Time and that is managed. can anyone help me with please

Best Answer chosen by Hoysala
Adilson Arcoverde JrAdilson Arcoverde Jr
Hi Suraj,

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.