Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の文字列があります: 2013-03-22
それを UNIX タイムスタンプに変換する必要があります。
PHPを使用してこれを行うにはどうすればよいですか?
使用する
strtotime("2013-03-22")
日付文字列をタイムスタンプ値に変換します。