Class: Java::JavaUtil::Date

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

Instance Method Summary collapse

Instance Method Details

#from_orientObject



361
362
363
# File 'lib/other.rb', line 361

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

#to_orientObject



364
365
366
# File 'lib/other.rb', line 364

def to_orient
  self
end