Topic: I cant get the date from a datepicker
Steven Bonilla free asked 5 years ago
How can i get the date from a date picker in jquery?
Bartłomiej Malanowski staff answered 5 years ago
Date Picker is a premium component which is available only with MDB Pro. As you are a free user, I'm not sure if we're talking about our Material Design Date Picker or just a normal, browser input[type="date"]
However, there's ain't a big difference between them - they're both just normal inputs. To get its value using jQuery just use this code:
$('#yourInputId').val();
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.7.5
- Device: Computer
- Browser: ALL
- OS: Windows
- Provided sample code: No
- Provided link: No