class String

Public Instance Methods

to_tg() click to toggle source
# File lib/support.rb, line 33
def to_tg
  date =  DateTime.parse(self)
  date.to_tg
end