8 lines
111 B
JavaScript
8 lines
111 B
JavaScript
|
(function ($) {
|
||
|
'use strict';
|
||
|
|
||
|
$.sceditor.locale['en-US'] = {
|
||
|
dateFormat: 'month/day/year'
|
||
|
};
|
||
|
})(jQuery);
|