Skip to content

Instantly share code, notes, and snippets.

@WietseWind
Created July 20, 2016 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WietseWind/24b3edfc925691222d02a6738c3e14e8 to your computer and use it in GitHub Desktop.
Save WietseWind/24b3edfc925691222d02a6738c3e14e8 to your computer and use it in GitHub Desktop.
Time-validator voor Boilerplate
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.26/jquery.form-validator.min.js"></script>
<script>
$.validate({
modules : 'date'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment