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
Rhett Hart 6Rhett Hart 6 

hidden date field

Can I hide a Date field based on selection of picklist value in a different field.
Sumeet_ForceSumeet_Force
Yes...can be done on a visualforce page using rendered attribute by passing an expression. Other option is to use a boolean value to derive from controller code and then apply that to the rendered attribute of the date field.