Open maherAshori opened 6 years ago
For Making fast solution actually i add flowing codes to daterangepicker-fa-ex.js
find monthOrYearChanged function and then add this codes:
var month = parseInt(cal.find('.monthselect').val(), 10);
var year = parseInt(cal.find('.yearselect').val());
if(month === 0){ month = 12; year = parseInt(cal.find('.yearselect').val()) - 1; }
This code can skip that error and return true value in both languages [en] & [fa]
this is a good plugin but no community is awful.
can change only end date in range datepicker ? in normal case, people must selet startdate first and change end date.
Yes you can do it. try please
can you please put a sample of this? i read daterangepicker-fa-ex.js and cant understand how.
please help
Can you please explain how i can do this? i cant see any thing in daterangepicker-fa-ex.js.
سلام ، میشه لطفا یه توضیحی در مورد این سوال بهم بدید ؟
admin of this page not answer at all, however what's your problem exactly? maybe i can help you
This plugin not supported your request. please use another.
can change only end date in range datepicker ? in normal case, people must selet startdate first and change end date.
من میخوام کاربر بتونه فقط یک تاریخ رو توی range عوض کنه .
در حالت عادی کاربر باید هر دو تاریخ رو انتخاب کنه تا آپدیت بشه و تغییر بشه
@maherAshori could you solve this issue?
When user pick [farvardin] [فررودین] month the moment jalali return error which is invalid-date, and then datepicker stop working until user change the month.
please help