﻿$(document).ready(function() {
    $("#dataNascimento").mask("99/99/9999");

    $('#registro').submit(function() {
    });
});

