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.
$date特定の日付 ( ) と最終日 ( )を比較するシステムを実行しようとしていますが、最終日 (満期日近く) まで 1 週間のときにdate('Y/m/d')これに色を付ける必要があります。$dateあなたが私を理解できるかどうかわかりません、私の英語は下手です...
$date
date('Y/m/d')
これを読んでくれてありがとう。
MySQL クエリで実行します。
SELECT maturity_date, maturity_date < DATE_ADD(NOW(), INTERVAL 1 WEEK) AS near_maturity, ...
次に、PHP コードを使用if ($row['near_maturity')して日付に色を付けることができます。
if ($row['near_maturity')