Welcome Guest, Not a member yet? Register   Sign In
Calendar and multiple events the same date
#2

[eluser]NotDior[/eluser]
This is possible, but you have to build your arrays, for the dates with another level. So basically you'll have something similar to this.

Code:
Array
(
    [4] => Array
        (
            [0] => April 4th Entry
        )

    [9] => Array
        (
            [0] => April 9th Entry
        )

    [10] => Array
        (
            [0] => April 10th
            [1] => April 10th
            [2] => April 10th
            [3] => April 10th
        )

)



Messages In This Thread
Calendar and multiple events the same date - by El Forum - 04-23-2012, 08:02 AM
Calendar and multiple events the same date - by El Forum - 04-23-2012, 01:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB