dmarkow's comments

dmarkow | 14 years ago | on: RubyMotion - Ruby for iOS

It doesn't look like it. You need to use the iOS alternatives (in this case, NSDate).

  (main)>> require 'date'
  => #<RuntimeError: #require is not supported in RubyMotion>
  (main)>> Date
  => #<NameError: uninitialized constant Date>
page 1