THe calendar I am creating is a long horizontal calendar where the days of the weak are all listed horizontaly (one row I guess you could say), instead of 4 rows, (1 for each week of the month)
Issue 1
In the calendar example in the documentation, for the “blank” days, the code is as follows..
{if blank}
<td class='calendarBlank'>{day_number}</td>
{/if}The result (for me atleast, when copying and pasting the whole example calendar), are the “blank” days are filled with the number 1. I would like to actually
have those days/cells filled up with the proper number, of the previous, and next month.
Issue 2
I would like the days of the week (S,M,T etc) to repeat horizontaly above days of the week, as the days of the week are listed all horizontaly
Issue 3
I have attempted to put leading_zeroes=“yes” within my “{exp:weblog:calendar}” but it does not seem to be working. I had figured it was a parameter for the
calendar thing. I am not sure where else to put it. THe results are, well, no leading zeroes 😛
Thanks in advance for any help offered.
p.s. there is a link not working on the calendar documentation page.. “date variable formatting” link does not work. Sentence below!
The current date. As with other date variables, this require the “format” parameter in order to define how the date should be displayed. See the date variable formatting page for more information.