Hi! I want to find out the no. of days left for a trader to find out no. of days remaining to submit the quotation. I am doing it as follows: No of days remaining: <%= Date.today-advertised_on%> where advertised_on is the date when the ad for quotation was published with datetime as the type. I m getting an error as Cant''s convert Float to Date. Why is it so?? Is thre ne other way?? Regards, Swanand --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Take a look at http://www.rubyonrails.org/api/classes/ActiveSupport/CoreExtensions/Time/Calculations.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thnx man!!! Tht was helpful. Thnx and regards, Swanand On 1/23/07, Lutz Horn <lghorn-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> > > Take a look at > > http://www.rubyonrails.org/api/classes/ActiveSupport/CoreExtensions/Time/Calculations.html > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---