Method: Java::JavaUtil::Date#from_orient

Defined in:
lib/other.rb

#from_orientObject



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

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