volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 507 forks source link

persian calendar in date input #1112

Open i-e-java opened 10 years ago

i-e-java commented 10 years ago

how can i persian calendar in date input? i want to show persian date in date input. please help me

crynos commented 10 years ago

Take a loot at : https://github.com/jquery/jquery-ui/tree/master/ui/i18n

And see if you found yor language there...

i-e-java commented 10 years ago

very thanks. i saw that . but how can i use that jquery file in jtable?

crynos commented 10 years ago

Just add it to your html, like:

 <script type="text/javascript" src="script/location/jquery.jtable.pt-BR.js"></script>