add +5:30 in communiction send time

This commit is contained in:
2026-01-02 05:06:09 +00:00
parent 49d8a8ff5a
commit 0e583f6853

View File

@@ -679,7 +679,9 @@
<p class="text-[#7E8299] "><?php echo $appt['method']; ?> Send by <?php echo $appt['username']; ?></p>
<div class="flex flex-col" style="border-left: 3px solid #7875F4;">
<p style="font-weight: bold; padding-left: 6px;"><?php echo $apptDate[0]; ?></p>
<p style="padding-left: 6px;"><?php echo $apptDate[1]; ?></p>
<p style="padding-left: 6px;">
<?php echo date('Y-m-d H:i:s', strtotime($apptDate[1] . ' +5 hours +30 minutes')); ?>
</p>
</div>
</div>
</div>