Class: DateTime

Inherits:
Object
  • Object
show all
Defined in:
lib/ext/date_time.rb

Instance Method Summary collapse

Instance Method Details

#to_s_chgkObject



4
5
6
# File 'lib/ext/date_time.rb', line 4

def to_s_chgk
  strftime('%Y-%m-%d %H:%M:%S')
end