Replies: 0
Is it possible to release an update wherein the plugin uses the default date format as defined in the WordPress settings?
I managed to do it by editing the plugin myself, but that’ll be annoying with updates.
In woo-bookings-dropdown.php I changed line 143 to: $dates[$dtime] = date_i18n( get_option( 'date_format' ), $dtime);