我正在使用 gems stamp 和 StampI18n。
代码:
@post.time = @date.localize_stamp("1 Jan 1999, 21:45", :locale => 'en')
结果:
undefined method `strftime_format' for Thu, 09 Jun 2011:Date
有什么问题?
我正在使用 gems stamp 和 StampI18n。
代码:
@post.time = @date.localize_stamp("1 Jan 1999, 21:45", :locale => 'en')
结果:
undefined method `strftime_format' for Thu, 09 Jun 2011:Date
有什么问题?