• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Add Month and Year to RSEvents pro calendar view

Add Month and Year to RSEvents pro calendar view 9 years 7 months ago #32481

  • will63
  • will63's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Is there an easier way to add the currently selected month and year to the calendar view than the following method?
<?php $cmonthName = date('F', mktime(0, 0, 0, $this->calendar->cmonth));?>
<?php echo $cmonthName; ?>
<?php echo $this->calendar->cyear; ?>

I mainly wanted it visible for printing to make the calendar look more publisher-ish on paper.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!