Topic: jquery/forms/date-picker/
john.tazam asked 6 years ago
Bartłomiej Malanowski staff pro premium answered 6 years ago
Hi, John!
You need to add the `formatSubmit` option to the "pickadate" so
$('.datepicker').pickadate();
should be replaced with:
$('.datepicker').pickadate({
formatSubmit: 'yyyy,mm,dd',
});
You can see the demo on my snippet
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.5.15
- Device: PC
- Browser: Chrome
- OS: Windows
- Provided sample code: Yes
- Provided link: No