How can i get the Date from my machine and add to minDate for calender

i just want to ADD the minDate from my machine to calender in order to fix the appointments, So that i wont allow the user to select the date from previous days

Hey @rajkumar, a new Date will create a Date object pointing to the current moment in time, according to your local time. You can simply set your minDate as a new Date(), and this should work just fine: https://snippet.webix.com/njcbvk9g.

@Dzmitry on using new Date(), it is not allowing to select the present day
snippet : https://snippet.webix.com/peubr2cs

https://snippet.webix.com/5owko34l