ruby on rails - undefined method `strftime_format' -
i'm use gems stamp , stampi18n.
code:
@post.time = @date.localize_stamp("1 jan 1999, 21:45", :locale => 'en')
result:
undefined method `strftime_format' thu, 09 jun 2011:date
what's problem?
Comments
Post a Comment