I'm use gems stamp and StampI18n.
Code:
@post.time = @date.localize_stamp("1 Jan 1999, 21:45", :locale => 'en')
Result:
undefined method `strftime_format' for Thu, 09 Jun 2011:Date
What's the problem?
I'm use gems stamp and StampI18n.
Code:
@post.time = @date.localize_stamp("1 Jan 1999, 21:45", :locale => 'en')
Result:
undefined method `strftime_format' for Thu, 09 Jun 2011:Date
What's the problem?