3 lines
89 B
Ruby
3 lines
89 B
Ruby
puts Time.now
|
|
puts Time.now.strftime('%Y-%m-%d')
|
|
puts Time.now.strftime('%A, %B %d, %Y')
|