Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
-1 votes
2 answers
95 views

Add n days to a date [duplicate]

I have this code in my jsp page to list a payment to date: <li>Paid Due Date: <fmt:formatDate value="${premiumPaidToDate.time}" ...
runnerpaul's user avatar
  • 7,558
-3 votes
0 answers
41 views

Onclick setting a value when page loads instead of after the link is clicked

I have this link in my jsp page: <p>Make a payment to keep your account active. <a href="/payment/payment.form" id="lnkPayment" onClick="${ payment.selectedForPayment ...
runnerpaul's user avatar
  • 7,558