Friends,
I want to use a date bean in my jsp page with few rules.
User can enter the date
in DDMMYY
or DD.MM.YY
or DD.MM.YYYY
and enter it in database in YYYYMMDD format.
also user should select the date only less than 30,60, or x days ahead and back of the current date.
else the current date...
Dear Friends,
I have following script which works for IE5.0 but it's not working in Netscape5.0onwards.
Can anyone help me /suggest alternate approch?
*************************
<SCRIPT LANGUAGE="Javascript">
function numberCheck()
{
if (event.keyCode < 48 || event.keyCode > 57)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.