I will post it here hoping that it is my mistake and it shouldn't be reported as PW issue.
I have pages with field "event_datetime" with value similar to:
2013-02-09 19:00
2013-02-10 11:00
2013-02-12 19:00
2013-02-14 19:00
2013-02-15 19:00
2013-02-16 11:00
and code
$today = "2013-02-11 21:34";
$rows = $events->find("event_datetime>=$today, limit=3");
in PW2.2.x
echo count($rows) will output: 3
in PW2.3
count($rows) is 0
Is it related to the new changes in the Selectors or I have to use another way to do it properly?
Thanks in advance.





Find content
Not Telling
