how can i take the time from my machine and i have to restict already happpend time

In below snippet i have take the time from local machine and also restrict the user to take the time that already happend ex:(if now the time is 10:00Am so user should not be able to select 9:59AM)

snippet https://snippet.webix.com/vdeldvdu

Hey @rajkumar, you can convert a Date object to a string using the webix.Date.dateToStr method with a specified format.

In our case we only need hours and minutes from our Date object (you can look up all of the supported format options here), which would look something like this: https://snippet.webix.com/grnjcyit.

you need to use custom validation or something like this:
https://snippet.webix.com/xwrkrrqp