Skip to content

Instantly share code, notes, and snippets.

@nshontz
Created February 18, 2015 16:06
Show Gist options
  • Save nshontz/a49f1367d62c74a52153 to your computer and use it in GitHub Desktop.
Save nshontz/a49f1367d62c74a52153 to your computer and use it in GitHub Desktop.
require(["jquery"],function(jQuery){
jQuery(document).ready(function($){
$('#lastName').focus();
$('.form_datetime').datepicker({
autoclose: true,
startView:2,
format:'mm/dd/yyyy'
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment