- Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
- 20191218 <- today
20191223 <- next monday
20191218 --- Wednesday
20191219 --- Thursday
20191223 --- Monday
20191218 --- Wednesday
20191219 --- Thursday
20191221 --- Saturday
20191222 --- Sunday
20191220 --- Friday
20191225 --- Wednesday
Array
(
[today] => Array
(
[0] => Array
(
[id] => 123
[name] => ABC
[start_date] => 2019-12-18 20:00:00
)
[1] => Array
(
[id] => 126
[name] => BWM
[start_date] => 2019-12-18 20:00:00
)
)
[tomorrow] => Array
(
[0] => Array
(
[id] => 124
[name] => CDE
[start_date] => 2019-12-19 20:00:00
)
[1] => Array
(
[id] => 127
[name] => XYZ
[start_date] => 2019-12-19 20:00:00
)
)
[next_weekend] => Array
(
[0] => Array
(
[id] => 125
[name] => TEST
[start_date] => 2019-12-23 20:00:00
)
[1] => Array
(
[id] => 131
[name] => JKL
[start_date] => 2019-12-25 20:00:00
)
)
[this_weekend] => Array
(
[0] => Array
(
[id] => 128
[name] => GHJ
[start_date] => 2019-12-21 20:00:00
)
[1] => Array
(
[id] => 129
[name] => GHJK
[start_date] => 2019-12-22 20:00:00
)
[2] => Array
(
[id] => 130
[name] => GHL
[start_date] => 2019-12-20 20:00:00
)
)
)