Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
I you use a <apex:inputField> mapping with a Date field, the Calendar is rendered automatically.
<apex:inputField value="{!yourObj__c.yourDate__c}" />
J.
I want Calendar on visual force page like how Home page contains Calendar , not like date piker
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.
I you use a <apex:inputField> mapping with a Date field, the Calendar is rendered automatically.
<apex:inputField value="{!yourObj__c.yourDate__c}" />
J.
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.