Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

نمایش اشتباه inst['selectedMonth'] #11

Open
abbas-bafekr opened this issue May 10, 2017 · 0 comments
Open

نمایش اشتباه inst['selectedMonth'] #11

abbas-bafekr opened this issue May 10, 2017 · 0 comments

Comments

@abbas-bafekr
Copy link

abbas-bafekr commented May 10, 2017

عرض سلام و قدردانی
سوالی که وجود داره اینه که چرا در متغیر
inst['selectedMonth']
همیشه یک ماه قبل رو تو خودش ذخیره میکنه، مثلا اگه یازده اردیبهشت رو انتخاب کنید، توی این متغیر یک ریخته میشه بجای دو .
نمونه کد رو همینجا میذارم :

$().ready(function(){
$("#date").datepicker({
isRTL: true,
dateFormat: "d/m/yy",
onSelect: function (dateText, inst) {
alert(inst['selectedMonth']);
}
});
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant