search for: time_in_d

Displaying 1 result from an estimated 1 matches for "time_in_d".

Did you mean: time_init
2006 Jun 24
2
date madness
I have a column called ''time_in'' and it is actually a timestamp so it has a date and a time. I created a method in my model called time_in_date which is simply time_in.strftime("%m/%d/%Y") I can''t do an sql find on a column that doesn''t exist so how do I find for a specific date? Craig