Page 1 of 1

[Added] Vanilla JS Datepicker

Posted: Sat Jun 18, 2022 5:57 am
by admin
The Vanilla JS Datepicker has been included and can be activated with this switch:

Add in Setup -> Header:

Code: Select all

nuUXOptions['nuCalendarVanillaJS']	= true;		// Use Vanilla JS Datepicker
Setting it to true will replace the old calendar.

vanillajs_celendar.gif
vanillajs_celendar.gif (204.15 KiB) Viewed 379 times

Options

It's fully customisable (e.g. set min date, disable dates, show week numbers etc.)

https://mymth.github.io/vanillajs-datepicker/#/options

Live Online Demo


:arrow: More documentation will be added soon.
:arrow: To-do: language support.