Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Display a date picker dialog.
yyyy-MM-dd
HH:mm
yyyy-MM-dd HH:mm
yyyy-MM
yyyy
my.datePicker({ format: 'yyyy-MM-dd', currentDate: '2024-01-15', startDate: '2024-01-01', endDate: '2024-12-31', success: (res) => { console.log('Selected:', res.date); } });