Skip to content

This Date picker work with Iranian calendar.Jalali calendar datepicker, which depends on persianDate

License

Notifications You must be signed in to change notification settings

ghaninia/persian-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

طریقه استفاده

ابتدا شما باید پوشه asset را به پروژتون اضافه کنید بعد از اضافه کردن طبق دستور زیر میتوانید از این پلاگین استفاده کنید :

<input type="text" readonly class="date"/>
    $('.date').on('click', function(e) {
        e.preventDefault();
        $.dateSelect.show({
            element: $(this)
        });
    });

attribute های اختیاری

  • data-date : تاریخ پیشفرض

About

This Date picker work with Iranian calendar.Jalali calendar datepicker, which depends on persianDate

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published