﻿window.onload = function () {
    $(document).ready(function() {
        $('.DatePicker').datepicker();
    });
}