HOME


Mini Shell 1.0
DIR:/home/drsekaran/public_html/admin/vendors/bootstrap-datetimepicker/test/
Upload File :
Current File : /home/drsekaran/public_html/admin/vendors/bootstrap-datetimepicker/test/timezoneDataHelper.js
(function () {
    'use strict';
    $.ajax('node_modules/moment-timezone/data/packed/latest.json', {
        success: function (data) {
            moment.tz.load(data);
        },
        method: 'GET',
        dataType: 'json',
        async: false
    });
}());