Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Main Site -> https://xdsoft.net/jqplugins/datetimepicker
- // https://stackoverflow.com/questions/39743012/xdan-datetimepicker-how-to-highlight-days
- $('.datetimepicker_reserved').datetimepicker({
- timepicker: false,
- format: "d/m/Y",
- formatDate: "d/m/Y",
- highlightedDates: [
- "15/02/2022, Description D1, warning-bg",
- "19/02/2022, Description D1, warning-bg",
- ],
- });
Add Comment
Please, Sign In to add comment