• 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);

Viewing 1 replies (of 1 total)
  • Plugin Author Webby Scots

    (@webby-scots)

    Hi Rob,

    This is coming. But I have also introduced a new feature. It will now show the block duration in the dropdown. So if you have 2 day blocks the dropdown would show say 2019-04-08 – 2019-04-10 in the dropdown. I am not sure how widely this will be wanted and it needs some more testing.

    Maybe you could reach out to me through my website and I can get you an advanced copy for beta testing? Let me know your thoughts.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to use the WP default date format?’ is closed to new replies.