Time.now.strftime("%d/%m/%Y %H:%M") #=> "14/09/2011 14:09" ... #!/usr/bin/ruby -w date = Time.new #set 'date' equal to the current ...
確定! 回上一頁