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
Riley BroachRiley Broach 

What is the formula to create a date with the current year and a specific date?

For example, I'd like to have...
  • Year = Current Year
  • Month = September
  • Day = 15
Thanks!
Best Answer chosen by Riley Broach
Riley BroachRiley Broach
I think I answered it myself. 
DATE( YEAR( TODAY() ), 9, 15)

All Answers

Riley BroachRiley Broach
I think I answered it myself. 
DATE( YEAR( TODAY() ), 9, 15)
This was selected as the best answer
AbhishekAbhishek (Salesforce Developers) 
Riley,

That's great you found the solution.

Please close this thread by accepting as best answer so that we can keep our community clean.

Regards,
Salesforce Support.