class DateTime

Public Instance Methods

to_or() click to toggle source
# File lib/other.rb, line 161
def to_or
        "date(\'#{self.strftime("%Y%m%d%H%M%S")}\',\'yyyyMMddHHmmss\')"
end