function verificaDate(ff){
ff.compleannoc.value = ff.compleannoc.value==""?"":ConvertiFormato(ff.com pleannoc.value)
ff.anniversarioc.value = ff.anniversarioc.value==""?"":ConvertiFormato(ff.a nniversarioc.value)
return true
}