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.
2 つの DateInterval オブジェクトをどのように比較できますか? 何かのようなもの:
$d1 = new DateInterval("P1M"); $d2 = new DateInterval("P2M"); if($d2 > $d1) { do something ... }
DateIntervals を秒に変換できますが、もっと良い方法はありますか?
ご協力ありがとうございました!
よろしくお願いします、
フレディ
これまでのところ、秒に変換することが唯一の方法です。