Hi All
I am looking to only display results created today in a connection
I thought something like this would work . . but no!
Any have any ideas on how to add todays date as a condition? I am guessing i would also have to have %today()% or something.
Thanks
I am looking to only display results created today in a connection
I thought something like this would work . . but no!
<?php
$form->data['current-date'] = date('Y-m-d');
?>
<?php
return array("created" LIKE => $form->data("current-date"));
?>
Any have any ideas on how to add todays date as a condition? I am guessing i would also have to have %today()% or something.
Thanks