I have a publish date field in this format Y-m-d H:i:s Now i want to select pages published today (of course no matter the hour) I'm trying with $today = strtotime(date("Y-m-d")); $items = $pages->find("template=linkmain,publishdate*=$today,sort=-userid"); I get all pages as result, also pages with dirrefent day date...i tried also ^= with the same result...