Disable past date/time on inline date-time picker.

1 reply·opened Mar 26, 2024
B
bintel_suhiMar 26, 2024

Hi how to disable past date and time on inline date-time picker

S
SemiColonWebSTAFFMay 1, 2024

Hello,

Simply use this code:

jQuery('inline-calendar').datepicker({
	startDate: "today",
});

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Disable past date/time on inline date-time picker. · Canvas Template Support