DateTimePicker
DateTimePicker copied to clipboard
missing arabic language (code included)
Hi i found that this plugin missing arabic language please add it
$.DateTimePicker.i18n["ar"] = $.extend($.DateTimePicker.i18n["ar"], {
language: "ar",
dateTimeFormat: "dd-MM-yyyy HH:mm",
dateFormat: "dd-MM-yyyy",
timeFormat: "HH:mm",
shortDayNames:["الأحد", "الإثنين", "الثلاثاء", "الاربعاء", "الخميس", "الجمعة", "السبت"],
fullDayNames:["الأحد", "الإثنين", "الثلاثاء", "الاربعاء", "الخميس", "الجمعة", "السبت"],
shortMonthNames:["يانير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
fullMonthNames:["يانير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"],
titleContentDate:"اختر التاريخ",
titleContentTime:"اختر الوقت",
titleContentDateTime:"اختر الوقت و التاريخ",
setButtonContent:"جفظ",
clearButtonContent:"إعادة",
});
```