Ruby:String转Time

总是忘记这个转换方法,记录上来方便查询:

将字符串形式表示的时间转换为Time对象的方法:

require "time"
p Time.parse("2015-04-07 14:38:37")

你可能感兴趣的:(String,Ruby,记录,time)