Ruby/Time/ctime
Материал из Wiki.crossplatform.ru
Версия от 17:10, 26 мая 2010; (Обсуждение)
An email message format time output.
local_time = Time.local( 2007, "jan", 30, 1, 15, 20 ) local_time.ctime # => "Tue Jan 30 01:15:20 2007"
Личные инструменты |
ПросмотрыRuby/Time/ctimeМатериал из Wiki.crossplatform.ruВерсия от 17:10, 26 мая 2010; (Обсуждение)
An email message format time output.local_time = Time.local( 2007, "jan", 30, 1, 15, 20 ) local_time.ctime # => "Tue Jan 30 01:15:20 2007" |