I am working in Yii framework. I am having Poll table with fields as- -pollId -pollQuestion -Isactive -publishDate -isPublish
when new poll is created,that date get inserted into publishDate field. e.g.2012-04-04 02:23:45 In this format entry get inserted. Now i want to check weather this publishDate is smaller than today's date or current date. i.e.publishDate should not be greater than current date. So how to check this in yii? Please help me