I'm not quite sure if your looking for this, but hé....
<SCRIPT type="text/javascript" >
function theDate(){
var day = new Date();
var m = day.getMonth(); if (m<10) {m="0"+m;}
var y = day.getYear();
var d = day.getDay(); if (d<10) {d="0"+d;}
document.form.date.value=d+"/"+m+"/"+y;
}
-->
</SCRIPT>
There is no such thing as "editMask" (e.g. as in MS Access), but of course you can validate or/and restrict input in the HTML input fields using JavaScript.
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.