Welcome Guest, Not a member yet? Register   Sign In
Add events to Specific date ( Calendar Class )
#1

[eluser]Mossab Alzeeny[/eluser]
Hello guys,

i've searched for a sulotion around here, couldn't find one, took me about half hour to make it work

it works like that :

Code:
$data = array(
               //year
               '2007' => array(
                                   //month
                                  '08' => array(
                                                //day
                                                 3 => 'http://example.com/news/article/2006/03/'
                                  )
               ),
               //year
               '2008' => array(
                                   //month
                                  '01' => array(
                                                //day
                                                 8 => 'http://example.com/news/article/2006/03/'
                                  )
               )

             );

Check the wiki page for more details


Hope you like it ^^




Theme © iAndrew 2016 - Forum software by © MyBB