Topic: MDBCalendar date formats
Hi
How can I customize date formats in Calendar plugin?
I mean:
- Date mask in date picker (I want to dynamicaly set it from user settings)
- First day of datepicker in new event creation form (also from user settings)
And one more question:
How can I retrieve selected date period? I want to load events dynamicaly from api when Calendar opens or user changes selected period of calendar?
Thank you
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: MDB5 1.12.0
- Device: Any
- Browser: Any
- OS: Any
- Provided sample code: No
- Provided link: No
Related topics
Mikołaj Smoleński staff commented 3 years ago
There is an event
viewChange
that You could observe and handle changes. It returns target view. Also there are events forprev
,next
andtoday
events. To retrieve selected date period you will just need to observe those events.Regarding date mask, unfortunately you will have to make changes in the source code to add such option.
Keep coding, Mikołaj from MDB
aztecadmin pro premium priority commented 2 years ago
Can you expand on the target view that contains the dates? I've been looking for the last day in the target event and I am not seeing the date period used to generate the calendar