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
anu08anu08 

How to Display Calendar Object on Custom home page or visual force pages

How to Display Calendar Object on Custom home page  or  visual force pages
JmBessonartJmBessonart

I you use a <apex:inputField> mapping with a Date field, the Calendar is rendered automatically.

 

 

 

<apex:inputField value="{!yourObj__c.yourDate__c}" />

 

 

 

J.

anu08anu08

I want Calendar on visual force page like how  Home page contains Calendar , not like date piker

 file:///C:/Documents%20and%20Settings/vandala/Desktop/cal.bmp file:///C:/Documents%20and%20Settings/vandala/Desktop/cal.bmp file:///C:/Documents%20and%20Settings/vandala/Desktop/cal.bmp

 

 

trublutrublu

May i ask if you have a solution please? We also need to show a monthly calendar view on a VF page (Sites page). The only thing i can think of is to create a dynamic calendar page using HTML code.

thanks in advance.