I have the following java script function to format my date fields:
function MascaraData(data){
if(mascaraInteiro(data)==false){
event.returnValue = false;
}
return formataCampo(data, '00/00/0000', event);
}
but I can not call the function in the textBox of my page