php spot
phpが使えるレンタルサーバー特集
検索グラス
トップページへ

文字列をUNIXタイムに変換
strtotime を使います。

$time = strtotime("2005-02-28");

これで $time には 2005-02-28 の日付のUNIXタイムが入ります。

$time = strtotime("20050228");

これでもOK。

strtotime の引数には、

now
10 September 2000
+1 day
+1 week
+1 week 2 days 4 hours 2 seconds
next Thursday
last Monday

のような文字列も使えます。

スポンサードリンク



PHPサンプル集
管理人の新着ブログ記事

    プライバシーポリシー | お問い合わせ
copyright © 2003-2024 phpspot all rights reserved. powered by phpspot CMS.