leftypol/js/sceditor/languages/en-US.js
2017-09-03 23:15:56 +09:00

8 lines
111 B
JavaScript

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