2 questions from the last 7 days
-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}"
...
-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 ...