Date time picker example with (attributes)
Use class: date-time-picker-default and add attribute(as need)
for get date-time-picker
Date time picker example : ( Manually )
Date time picker settings
- click to date range allow or not
- click to allow multiple date or not
- prompt: after select date go to time
- input on click to write current date
- click to show date and time sideBySide
- click to show calendarWeeks
- Calender show (inline)
- go to today button add
- input clear button add
- close calender button add
Components show / hide : 👆
| Token | Description | Result |
|---|---|---|
| yy | 2 digit year | 22 |
| yyyy | 4 digit year | 2022 |
| M | 1-2 digit month, e.g. 1...12 | 7 |
| MM | 2 digit month | 07 |
| MMM | Short Month | Jul |
| MMMM | Full Month | July |
| d | 1-2 digit day, e.g. 1...31 | 4 |
| dd | 2 digit day | 04 |
| ddd | Short Weekday | Mon |
| dddd | Full Weekday | Monday |
| H | 1-2 digit hour (24 hour) | 13 |
| HH | 2 digit hour (24 hour) | 13 |
| h | 1-2 digit hour (12 hour) | 1 (PM) |
| hh | 2 digit hour (12 hour) | 01 (PM) |
| m | 1-2 digit minute, e.g. 0...59 | 29 |
| mm | 2 digit minute, e.g. 0...59 | 29 |
| s | 1-2 digit second, e.g. 0...59 | 47 |
| ss | 2 digit second, e.g. 0...59 | 47 |
| T | Meridiem | PM |
Nice Select 2 Example
Note: Working with only M2SaaS Website _LayoutAdmin :
- ClassName : select DOM এ
nice-select-twouse করলে nice selector add হয়ে যাবে - Search : select DOM এ attribute
searchable="true"add করলে search option আসবে - Search Placeholder : placeholder এ
searchtext="Search..."ব্যবহার করে text change করা যাবে।