Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Brian

    (@brianmiyaji)

    @joshroos Thanks for your feedback. The raw date was added in a recent update to make the event lists sortable, but were meant to be hidden. It looks like the theme’s stylesheet is deactivating that part, which we’ll fix in the next update.

    In the meantime, you can add the following code to your Custom CSS or theme stylesheet:

    .sp-event-list .data-date date,
    .sp-event-list .data-time date {
    	display: none;
    }

    ledoberman4fun

    (@ledoberman4fun)

    Hi, I would like the date to appear as: 29/10/2014 (fr) or actually is appear : October 29, 2014

    it(s possible please ?

    ty

    Plugin Author Brian

    (@brianmiyaji)

    @ledoberman4fun You’ll need to change the Date Format via WP Admin:

    Settings > General > Date Format

    greats ! thank you ! ??

    Plugin Author Brian

    (@brianmiyaji)

    Glad to help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2 date formats are showing in event schedules at once’ is closed to new replies.