Answer the question
In order to leave comments, you need to log in
How to display the creation date of a calendar event?
Section Calendar. View the event in a pop-up window. In the "Advanced" tab, you need to display the date the event was created.
calendar.event.view
template.php
<?if (!empty($event['~DESCRIPTION'])):?>
<div class="bx-cal-view-description">
<div class="feed-cal-view-desc-title"><?= GetMessage('EC_T_DESC')?>:</div>
<div class="bx-cal-view-desc-cont"><?= htmlspecialcharsback($event['~DESCRIPTION'])?></div>
<div class="bx-cal-view-desc-cont"><?= htmlspecialcharsback($event['DATE_CREATE'])?></div>
</div>
<?endif;?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question