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

نمایش پیش فرض تاریخ امروز #12

Open
davodaslanifakor opened this issue Aug 15, 2017 · 2 comments
Open

نمایش پیش فرض تاریخ امروز #12

davodaslanifakor opened this issue Aug 15, 2017 · 2 comments

Comments

@davodaslanifakor
Copy link

davodaslanifakor commented Aug 15, 2017

سلام مرسی از زحمتی که کشیدید میخواستم امروز رو به صورت پیش فرض نمایش بدم منتها با این کدی من نوشتم کار نمیکنه

$("#datepicker0").datepicker({
        isRTL: true,
        setDate: new Date(),
        minDate : new Date(),
        onSelect: function(text,date) {
            var getDate =  text.split("/").reverse().join("/");
            $("#datepicker0").val(getDate)
                firstDayColumn = getDate
                if (isMax) CreatCalender(CalenderType);
                else CreatCalender(CalenderType, 8, 22);
                beforeDay();
                renderCalender();
        },
      });

ممنون میشم راهنماییم کنید...

@mousavian
Copy link
Owner

@davodaslanifakor
سلام
منظورتون اینه که میخواین مقدار دیفالتش تاریخ امروز باشه؟

@davodaslanifakor
Copy link
Author

@mousavian سلام بله درسته

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

2 participants