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

مقدار دهی اولیه #94

Open
amin720 opened this issue Jun 4, 2022 · 0 comments
Open

مقدار دهی اولیه #94

amin720 opened this issue Jun 4, 2022 · 0 comments

Comments

@amin720
Copy link

amin720 commented Jun 4, 2022

سلام
با توجه به دستور عمل تون برای مقدار دهی اولیه استفاده میکنم ولی مقدار دهی برای نمایش درست کار نمیکنه!؟!؟!؟
image

شما گفتید اول پارامتر "data-date" و "value" را مقدار دهی کنید بعد مقدار "initialValue: true," را به این صورت بگذارید
مطابق داکیومنت پیش میرم ولی باز مقدار روز رو در تقویم میاره ؟!؟!؟
در ضمن مقدار اولیه یا ورودی من میلادی هستش و میخوام جلالی نمایش بده و خروجی رو به صورت unix یا timestamp میگیرم

var to = $(".range-to-DiscountCode").persianDatepicker({ altField: '.range-to-DiscountCode-alt', format: 'YYYY/MM/DD', initialValue: true, initialValueType: 'gregorian', calendar: { persian: { leapYearMode: 'astronomical' } }, onSelect: function (unix) { to.touched = true; if (from && from.options && from.options.maxDate != unix) { var cachedValue = from.getState().selected.unixDate; from.options = { maxDate: unix }; if (from.touched) { from.setDate(cachedValue); } } } });

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