Class: Java::JavaUtil::Date

Inherits:
Object show all
Defined in:
lib/other.rb

Instance Method Summary collapse

Instance Method Details

#from_orientObject



413
414
415
# File 'lib/other.rb', line 413

def from_orient
  Date.new(year+1900, month+1, date )
end

#to_orientObject



416
417
418
# File 'lib/other.rb', line 416

def to_orient
  self
end