Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
emrancu committed Nov 4, 2019
2 parents f8bc25e + 7df410d commit fd57bca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# DateTimeShowInBangla
<p>A JavaScript plugin for converting english date time to bangla view</p>


<p>Check Details Demo <a target="_blank" href="https://codepen.io/emrancu/pen/QegxwN?editors=1010">Here</a></p>

<div class="highlight highlight-text-html-basic">


Expand All @@ -15,15 +16,19 @@
onlyDate: true,
}));

result : ১১ মে ২০১৯
#or

document.write(DateShowInBangla.init({
onlyTime: true,
}))

result : ২২:০০:২৩ পূর্বাহ্ণ
#or

document.write(DateShowInBangla.init())

result : ০৪ নভেম্বর ২০১৯ ১০:০০:৫২ পূর্বাহ্ণ
</pre>


Expand Down

0 comments on commit fd57bca

Please sign in to comment.