Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Baden

    (@baden03)

    You can have the plugin show that it’s 77 days, but not ’round up’ to the nearest whole day. You can also have the plugin show that it’s 78 days but you would have to set the target to the day after.

    To show only days, you will need to a) set the omitweeks attribute to true b) follow the directions in this thread: https://www.ads-software.com/support/topic/plugin-t-countdown-t-minus-countdown-add-month-and-delete-seconds?replies=14

    So you will need to add the proper CSS depending on which style you are using. for Tie-Fighter:

    .TIE-fighter-hours_dash, .TIE-fighter-minutes_dash, .TIE-fighter-seconds_dash {
    	display: none;
    }

    Thread Starter mobilewebexpert

    (@mobilewebexpert)

    Thanks for the quick reply.

    It dawned on me that, as a quick fix, I could just increment my event date by one day.

    However, it would great to see some settings so we can control which fields are displayed (with the displayed numbers modified accordingly, as per my requirement).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to only show the number of days?’ is closed to new replies.