class Java::JavaUtil::Date

Public Instance Methods

from_orient() click to toggle source
# File lib/other.rb, line 413
def from_orient
  Date.new(year+1900, month+1, date )
end
to_orient() click to toggle source
# File lib/other.rb, line 416
def to_orient
  self
end