Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    You can change the default date format in the individual feed settings. You can also add the format into the event builder code if you wish.

    Here is some more information on the Feed Settings:

    https://wpdocs.philderksen.com/google-calendar-events/getting-started/add-feed/

    Hope this helps, thanks!

    rev.tomas

    (@revtomas)

    Hi

    Great plugin btw.

    I have a problem that I think is simple for you.
    In Sweden we don’t write short months with capital letter like Jan, Feb etc.
    So I want to show month with short textual representation like jan, feb etc.
    And I specially need it in the widget, but off cause Its should be right elsewhere also.

    But there are no format character for short month with lowercase letters.

    I don’t write code that much and often and have a hard time reading where to change the code to get this result. I do now one way to get lowercase. strtolower()

    But which file and where should I put it?
    and I will have to change it again when an update is done. But I can live with that for now.

    Thread Starter dianakakoma

    (@dianakakoma)

    Thank you Nick for your suggestion,
    I thought I was going to have to go digging around in the code.
    -Diana

    Plugin Contributor Nick Young

    (@nickyoung87)

    @rev.tomas,

    You will need to search the plugins files for date_format and add where appropriate to catch all of them. But most likely you are using the event builder code so you can add it to those lines for starters.

    Around Line 308 & Line 320 in class-gce-event.php

    @dianakakoma,

    Glad I could help! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Date format’ is closed to new replies.