mailchimp-for-wordpress
mailchimp-for-wordpress copied to clipboard
Improved datepicker, since HTML datepicker is super inconsistent.
One that allows you to set a preferred date format.
Pikaday looks very neat for this, and has no further dependencies.
On a sidenote, Pikaday does require Moment.js, an additional 12.4kb dependency when custom date formats are required.
We could only load this when the field has some kind of data-format attribute.
Example
<input type="date" data-format="YYYY/MM/DD" />
Any update on datepicker with custom date format? Mailchimp birthday field is DD/MM or MM/DD.