Html
<input type="text" ID="txtDate"/>
jQuery
<script>
$(document).ready(function () {
$('#txtDate').datetimepicker({
mask: true,
timepicker: false,
format: 'd M Y',
lang:'ar'
});
});
</script>
I am using Xdsoft datetime picker.
In English Language and Arabic Language, the Calender is displaying properly.
My issue is:
In English, it is displaying the selected Date in textbox properly as: 02 Nov 2015
But, In Arabic, it is displaying the selected Date in textbox as: 02 Nov 2015
I want the nov value in Arabic.
Please help guys!
Reference: http://xdsoft.net/jqplugins/datetimepicker/