- Posts: 12
- Thank you received: 0
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Wednesday, 25 June 2014 08:30 - Thursday, 26 June 2014 16:30
Please Log in or Create an account to join the conversation.
<strong><?php echo $EVENT_VIEW_DATE_TEXT; ?>:</strong> <?php echo $EVENT_VIEW_DATE; ?>
<strong><?php echo JText::_('COM_ICAGENDA_EVENT_PERIOD'); ?>:</strong> <?php echo $item->startDate; ?> <?php echo $item->startTime; ?> - <?php echo $item->endDate; ?> <?php echo $item->endTime; ?>
Please Log in or Create an account to join the conversation.
<strong><?php echo $EVENT_PERIOD; ?></strong>
Please Log in or Create an account to join the conversation.
COM_ICAGENDA_PERIOD_FROM = "from"
COM_ICAGENDA_PERIOD_TO = "to"
Please Log in or Create an account to join the conversation.
if ($EVENT_PERIOD) {
echo $EVENT_PERIOD; }
else {
echo $item->startDate; }
Please Log in or Create an account to join the conversation.
if ($EVENT_PERIOD) {
echo $EVENT_PERIOD; }
else {
echo $EVENT_DATE; }
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.