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

select day #72

Open
nunob87 opened this issue Nov 27, 2017 · 7 comments
Open

select day #72

nunob87 opened this issue Nov 27, 2017 · 7 comments

Comments

@nunob87
Copy link

nunob87 commented Nov 27, 2017

Hello,
How do I select events from the current day only?

this does not work
this.$EventCalendar.toDate(this.year + '/' + this.month + '/' + new Date().getDate())

thank you

@ghost
Copy link

ghost commented Nov 29, 2017

make sure your format is right. this.year should be in YYYY format and so on. for example.
this.$EventCalendar.toDate('2017/11/29')
Make sure your new Date().getDate() returning the needed value.

@nunob87
Copy link
Author

nunob87 commented Nov 29, 2017

It's not the selection of the day I want in the calendar

does nothing
this.$EventCalendar.toDate('2017/11/29')

@GeoffZhu
Copy link
Owner

Did you have any demo? I try this.$EventCalendar.toDate('2017/11/29'), It's work fine.

@nunob87
Copy link
Author

nunob87 commented Dec 15, 2017

I already solved the problem. thank you

@RALMAZ
Copy link

RALMAZ commented Dec 21, 2017

@nunob87 how?

@nunob87
Copy link
Author

nunob87 commented Dec 21, 2017

@RALMAZ I developed the code for my needs

@RALMAZ
Copy link

RALMAZ commented Dec 21, 2017

@nunob87 i have a problem - this.$EventCalendar.toDate('2017/11/29') cant select events in data
This only change calendar month and block $emit day change 😿

You have this problem before?

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

3 participants