Skip to content

A shamsi Date picker for local using , the main sources is in readme file.

Notifications You must be signed in to change notification settings

rezamqds/PersianDatePicker

Repository files navigation

PersianDatePicker

A version of a shamsi Date picker for local using , the main sources is in readme file.

use the better version - its work without internet connection! just with that files i puted

in the future i will add some better version for using some DP in a single index.html page and also with a lots of more customizeable feautures.

The main code is :

<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <script src="http://babakhani.github.io/PersianWebToolkit/beta/lib/persian-date/dist/persian-date.js"></script> <script src="http://babakhani.github.io/PersianWebToolkit/beta/lib/persian-datepicker/dist/js/persian-datepicker.js"></script>
    <script type="text/javascript">
      $(document).ready(function() {
      $(".example1").pDatepicker();
      });
    </script>

    <input type="text" class="example1" />
</body>

this is useful for online sites and not local apps you may create

and main repo : https://babakhani.github.io/PersianWebToolkit/doc/index.html

About

A shamsi Date picker for local using , the main sources is in readme file.

Resources

Stars

Watchers

Forks

Packages

No packages published