﻿$(document).ready(function(){
    $('.numeric').numeric();
    $('.date').datepicker();
});


