How to change date format of mini calender dd/mm/YYY to mm/dd/YYYY @Polina @Aliaksandr
Hi Rijwan,
sorry for the delay. In order to set the lightbox’s start and end date inputs, please use calendar_time
template. In your case it can look like as following piece of code:
scheduler.templates.calendar_time = scheduler.date.date_to_str("%m-%d-%Y");
Please, check how it works in the snippet:
1 Like
thanks you so much you save my life
2 Likes