サクサク読めて、アプリ限定の機能も多数!
“>> Date.new(2009,11,26).to_time => Thu Nov 26 00:00:00 -0800 2009 >> Date.new(2009,11,26).to_time.to_i => 1259222400 >> Time.at(1259222400) => Thu Nov 26 00:00:00 -0800 2009”
nacika_inscatolare のブックマーク 2013/11/27 22:38
Ruby/Rails: converting a Date to a UNIX timestamp“>> Date.new(2009,11,26).to_time => Thu Nov 26 00:00:00 -0800 2009 >> Date.new(2009,11,26).to_time.to_i => 1259222400 >> Time.at(1259222400) => Thu Nov 26 00:00:00 -0800 2009”2013/11/27 22:38
“>> Date.new(2009,11,26).to_time => Thu Nov 26 00:00:00 -0800 2009 >> Date.new(2009,11,26).to_time.to_i => 1259222400 >> Time.at(1259222400) => Thu Nov 26 00:00:00 -0800 2009”
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2013/08/24
How would I get a UNIX timestamp (number of seconds since 1970 GMT) from a Date object in a Rails app? I know Time#to_i returns a timestamp, but doing Date#to_time and then getting the timestamp re...
5 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /
“>> Date.new(2009,11,26).to_time => Thu Nov 26 00:00:00 -0800 2009 >> Date.new(2009,11,26).to_time.to_i => 1259222400 >> Time.at(1259222400) => Thu Nov 26 00:00:00 -0800 2009”
nacika_inscatolare のブックマーク 2013/11/27 22:38
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Ruby/Rails: converting a Date to a UNIX timestamp
stackoverflow.com2013/08/24
How would I get a UNIX timestamp (number of seconds since 1970 GMT) from a Date object in a Rails app? I know Time#to_i returns a timestamp, but doing Date#to_time and then getting the timestamp re...
5 人がブックマーク・2 件のコメント
\ コメントが サクサク読める アプリです /