Clement Ow wrote: > Date.strptime('20081020',"%Y%m%d") > undefined method `strptime' for Date:Class (NoMethodError) > > Date.parse('20081020',"%Y%m%d").to_s > undefined method `parse' for DateTime:Class (NoMethodError) and im running ruby 1.8.5.. could it be why this has a prob? Like a bug or something? -- Posted via http://www.ruby-forum.com/.