[quote]
If I set the event horizon in an "upcoming events list" asset to 1 day, would it do 24 hours from
now()
or would it do for
today()
. It seems to be 24 hours… which isn't what I would expect or want…
Anyone got an idea how to show a list of "things that are on for today"
Regards,
Andre
[/quote]
Hi Andre,
You are right, it is PHP time() (time right now) that Matrix takes into consideration while getting the events to display. You can try using other Calendar assets like "Rolling Calendar Page" to achieve this. If it is not possible to use other aset you can try using some jQuery to hide the events that are not desired.
You are right, it is PHP time() (time right now) that Matrix takes into consideration while getting the events to display. You can try using other Calendar assets like "Rolling Calendar Page" to achieve this. If it is not possible to use other aset you can try using some jQuery to hide the events that are not desired.
Hope this helps.
Ash
[/quote]
Yes, a Rolling calendar page 0 day back and 0 days forward, change the type formats and done. Could I ask for a feature request though to allow 0 days for the upcoming events…