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
KatherineCKatherineC 

How to show Calendar as Current Month by Default

Anybody knows how to make the Calendar shows current month by default? It's not convenient to click This Month every time. Anybody knows what coding I should put in for this effect? Below is just for showing the calendar.

<apex:page >
<script language="JavaScript">
function redirect() {
parent.frames.location.replace("https://na11.salesforce.com/00U/c?md0=2014&md1=1&md3=56")
}
redirect();
</script>
</apex:page>
bob_buzzardbob_buzzard
Are you looking to display the full month view, as opposed to the current day?  You can add the type paramater to the URL for this:

https://na11.salesforce.com/00U/c?cType=1