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
lakslaks 

Calendar in Visualforce

I need the kind of calendar in the Salesforce Home page in my Visualforce page.

Can anybody tell me how to achieve the same ?

 

Regards,

Lakshmi.

Navatar_DbSupNavatar_DbSup

Hi,

 

There are three approaches for display calendars in salesforce:-

1. make use of input field, you can bind calendars with the input field.

2. by the use of jquery calendars.

3. by the use of java script calendars.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.