Hi..!

I am new to cakephp, how to display the particular month wise and
partuclar day wise recods.
I was stored date database table "$date = date('Y-d-m');" format.

$id=$user_id;
$day=date(d);
$month=date(m);

Ex: select * from timesheets where user_id='$id' AND 'date'='month';
 
^
                       'here idont know how to compare month, if u
know please help me out'





this is my table structure
-------------------------
table name: timesheets

        id              int(11)
        user_id         int(11)
        date        date
        time_in         time
        time_out        time

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to