Skip to content

Instantly share code, notes, and snippets.

@fandrefh
Created September 21, 2019 01:30
Show Gist options
  • Save fandrefh/67dee74df5675cb35751d9789a8899cb to your computer and use it in GitHub Desktop.
Save fandrefh/67dee74df5675cb35751d9789a8899cb to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('.date-mask').mask('00/00/0000');
$('.date-mask-placeholder').mask('00/00/0000', {placeholder: "__/__/____"});
$('.phone-mask').mask('(00) 00000-0000');
$('.cpf-mask').mask('000.000.000-00');
$('.datepicker').datepicker({
dateFormat: "dd/mm/yy",
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment