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
Prakhyat sapraPrakhyat sapra 

what will be the formula in which i can take out the date from createdDate in the formula field of the salesforce

what will be the formula in which i can take out the date from createdDate in the formula field of the salesforce????????/
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Prakhyat,

You can use the formula as below.
 
DATEVALUE( CreatedDate )

Let me know if you face any issues.

If this solution helps, Please mark it as best answer.

Thanks,
mukesh guptamukesh gupta
Hi Prakhyat,

Please follow trailhead link that's will help to understand all date concepts:-

https://trailhead.salesforce.com/en/content/learn/modules/advanced_formulas/date_formulas

if you need any assistanse, Please let me know!!

Kindly mark my solution as the best answer if it helps you.

Thanks
Mukesh