Tuesday, May 29, 2012

Re: find birthday ignoring the year

Thanks AD,

After playing around with the date function I did a search by the
month

array('MONTH(User.birthdate)' => date('m') )
array('MONTH(User.birthdate)' => date('m', strtotime('+30 days')) )
array('MONTH(User.birthdate)' => date('m', strtotime('+60 days')) )

works fine

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: