如何从字符串解析日期(需要模板)

时间:2015-07-09 21:31:06

标签: ruby date

我有一个像2015-07-09T12:00:00+00:00这样的字符串。如何使用Date.strptime()解析它?帮我构建一个模板。

1 个答案:

答案 0 :(得分:0)

尝试使用[0]=> array(4) { ["id"]=> "1" ["father"]=> [0]=> array(4) { ["id"]=> "11" ["father"]=> [0]=> array(4) { ["id"]=> "111" ["father"]=> "" ["mother"]=> "" } ["mother"]=> [0]=> array(4) { ["id"]=> "112" ["father"]=> "" ["mother"]=> "" } } ["mother"]=> [0]=> array(4) { ["id"]=> "12" ["father"]=> [0]=> array(4) { ["id"]=> "121" ["father"]=> "" ["mother"]=> "" } ["mother"]=> [0]=> array(4) { ["id"]=> "122" ["father"]=> "" ["mother"]=> "" } } } 代替DateTime.strptime,因为您正在使用时区和时区。