Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter parafux

    (@parafux)

    ok i now got it, but i had to change all occurences in the ko-calendar.js

    another question:
    how can i change the title-date of every event. this is bold but still in the wrong format:
    month day like: Mar 27
    i want to have the german
    27. M?rz

    or in english
    27th of March

    Plugin Author Poco

    (@poco)

    If you look in the plugin script ko-calendar.js you will see the places where the date formatting is done. Look for “toString”

    For example:

    dateString = startJSDate.toString(“ddd, MMM d, yyyy”);

    That is formatting the date as “Tue, Mar 3, 2015”. If you look at the documentation for date.js (link in the FAQ) you can change that formatting to match the format you want. There are a few variations depending on whether the event is all day or not, so you might have to change this in more than one place.

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