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 つの日付を比較しようとしています。date1が に等しいかどうかを確認しようとしていdate2 + 1ます。
date1
date2 + 1
コード例:
<s:if test="%{beginDate.equal(endDate+1)}"> ... </s:if>
endDateそれらを比較するために をインクリメントする方法はありますか?
endDate