summaryrefslogtreecommitdiff
path: root/public/js/i18n/datepicker.en.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/i18n/datepicker.en.js')
-rwxr-xr-xpublic/js/i18n/datepicker.en.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/public/js/i18n/datepicker.en.js b/public/js/i18n/datepicker.en.js
new file mode 100755
index 0000000..32072f6
--- /dev/null
+++ b/public/js/i18n/datepicker.en.js
@@ -0,0 +1,12 @@
+;(function ($) { $.fn.datepicker.language['en'] = {
+ days: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
+ daysShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
+ daysMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
+ months: ['January','February','March','April','May','June', 'July','August','September','October','November','December'],
+ monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
+ today: 'Today',
+ clear: 'Clear',
+ dateFormat: 'mm/dd/yyyy',
+ timeFormat: 'hh:ii aa',
+ firstDay: 0
+}; })(jQuery); \ No newline at end of file