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
AMAN RANAAMAN RANA 

how to show current date in formula field whenever open the system it gonna show that day date?What is the fromula use .

Raj VakatiRaj Vakati
You can use the below formual Now()

Or 


You can create field with the Value Today(). 

https://help.salesforce.com/articleView?id=formula_using_date_datetime.htm&type=5
SecondID PatelSecondID Patel
If you are only concerned about the Date then use Today().
And if you want to keep track of time as well then use Now().