Welcome Guest, Not a member yet? Register   Sign In
How to...
#1

[eluser]frietkot[/eluser]
I saw this in the user guide:
Code:
$data = array(
               3  => 'http://example.com/news/article/2006/03/',
               7  => 'http://example.com/news/article/2006/07/',
               13 => 'http://example.com/news/article/2006/13/',
               26 => 'http://example.com/news/article/2006/26/'
             );

echo $this->calendar->generate(2006, 6, $data);

But it only shows you how to pass the days to the calendar, what if I want to pass a day, month and year to the calendar class.

How to do that?


Messages In This Thread
How to... - by El Forum - 11-13-2008, 01:39 PM
How to... - by El Forum - 11-16-2008, 04:08 AM
How to... - by El Forum - 11-16-2008, 04:15 AM
How to... - by El Forum - 11-16-2008, 04:28 AM
How to... - by El Forum - 11-16-2008, 05:06 AM
How to... - by El Forum - 11-16-2008, 08:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB