Hi guys,
This is a great plugin! I need to alter it so that just the day of the week shows up in the schedule instead of the year, month and day. My php skills are minimal, so your guidance would be appreciated.
thanks!
suzy
Hi guys,
This is a great plugin! I need to alter it so that just the day of the week shows up in the schedule instead of the year, month and day. My php skills are minimal, so your guidance would be appreciated.
thanks!
suzy
Hi Suzy,
There isn't a simple way to do this without changing the PHP output of the date. So you just want the schedule page to do something like this?
<strong>Monday</strong>
<ul>
<li>Class info for that day</li>
</ul>This topic has been closed to new replies.