search for: dateadd

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

Did you mean: dat_add
2006 Mar 18
1
Date formatting and adding question
...day''s events, but I end up doing it manually... Is it possible to add to DateTime.now and find WHERE the date in the database equals that....might sound confusing but i''ve seen this done in ColdFusion easily like this: SELECT * FROM Schedule WHERE eventdate >= #DateFormat(DateAdd("d", 7, Now()), "mm/dd/yy")# Is it possible to do something like that in RoR? Thanks in advance! -- Posted via http://www.ruby-forum.com/.