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
vinayakamurthyvinayakamurthy 

how to remove standard style sheets from date field

i used date field in an controller, my requirement is when i click input field in date the pop up of date calender should not appear,instead of  that custom style sheets which i have used for date should appear..
gbu.varungbu.varun

Hi You can put <apex:page standardStylesheets="false" > or you  can you <apex:inputText> for date field instead of <apex:inputField>. You can open pop-up in <apex:inputText> using onclick command.