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