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
Marco_MaltesiMarco_Maltesi 

Display calendar

hello,

is there a standard code to display calendar in salesforce.

thanks

Navatar_DbSupNavatar_DbSup

Hi,

 

There are three approaches for display calendar in salesforce:-

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

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. 

Marco_MaltesiMarco_Maltesi

Hi NAVATAR,

the idea, is to graphically display, work days per consultant (activity)

the pbm is that ,i am new in Apex and the deadline is closed.please tell me the easier way  and in the ideal, a code already

regards