View Full Version : don't like to show long date
at one place in my homepage I don't like to show "from to" dates.
At the moment it's showing like this:
21. June to 22. June
I just like to show the start-day (21. June).
Can I realise that? It's possible to clone the calendar.php and make the changes inside?
Regards
Brian
06-18-2008, 11:43 AM
Can you post a link to your page so we can see how you have this implemented?
Hi Brian
I don't like to make my website public. If you link, I can send you the like by PM. Otherwise I try to show you the code like this:
Header:
<?php $CSS=1; require("calendar/calendar.php"); ?>
Site:
<?php
$LIST=1;
$DF = "d. m.";
$template="t-list-front.php"; // my template for this site
$listWeeks=2;
$noOld=1;
require ("calendar/calendar.php");
?>
the Output looks like this:
18. June Event XYZ
21. June to 22. June Event 123
24. June Event ABC
...
It sould look like this:
18. June Event XYZ
21. June Event 123
24. June Event ABC
...
Can you help me?
regards
Brian
06-18-2008, 05:08 PM
If you can, please open a support ticket with the link to the page. :)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.