A JavaScript plugin for converting english date time to bangla view
Check Details Demo Here
#example...
document.write(DateShowInBangla.init({
myDate: '05-11-2019',
onlyDate: true,
}));
result : ১১ মে ২০১৯
#or
document.write(DateShowInBangla.init({
onlyTime: true,
}))
result : ২২:০০:২৩ পূর্বাহ্ণ
#or
document.write(DateShowInBangla.init())
result : ০৪ নভেম্বর ২০১৯ ১০:০০:৫২ পূর্বাহ্ণ
#License
The MIT License (MIT)
Author: AL EMRAN