Tag

Date Picker

1 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
May 24, 2022 · Frontend Development

Design and Implementation of the NutUI Calendar Component with Vertical Switching

This article explains the design choices, data processing, virtual‑list optimization, scroll handling, and extensible slot/prop architecture used to build a high‑performance vertical‑switching calendar component in the NutUI front‑end library.

Date PickerFrontendNutUI
0 likes · 13 min read
Design and Implementation of the NutUI Calendar Component with Vertical Switching
php中文网 Courses
php中文网 Courses
Aug 10, 2021 · Frontend Development

How to Dynamically Set Min and Max Dates in Layui Date Picker Based on a 90-Day Range

This article explains how to link start and end dates using Layui's date picker, setting the end date's selectable range from the chosen start date up to 90 days later, with detailed JavaScript code to compute and assign dynamic min and max values.

Date PickerDynamic RangeFrontend
0 likes · 6 min read
How to Dynamically Set Min and Max Dates in Layui Date Picker Based on a 90-Day Range