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
MaheshReddyMaheshReddy 

How do we get Date from Day(Sunday,MonDay......etc)

User-added image
ANUTEJANUTEJ (Salesforce Developers) 
Hi Mahesh,

Is it that you want to show today date in the field?
In that case you can use system.today().format() to get the date.

Let me know if this helps.

Regards,
Anutej