Events Made Easy Forums How do I … Day of the week

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #42060
    Anonymous
    Inactive

    How do I get the calendar to show the day of the week to be Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, instead of it beginning on Monday.

    #44579
    Franky
    Keymaster

    I *would* say: try changing the setting, but it seems the code takes it into account, but you just can’t set it in the admin interface 🙂

    I’ll add this for the next version.

    #44580
    Anonymous
    Inactive

    I mean on the calendar now the start of the week begins on Monday, but I wanted to have it on sunday.

    #44581
    Franky
    Keymaster

    I know, but my answer remains …

    #44582
    Franky
    Keymaster

    After checking the code, it is already there: you need to change your general wordpress settings to set the day the week starts on.

    #44583
    Anonymous
    Inactive

    Thanks.

    #44584
    Anonymous
    Inactive

    Also. For the day of the week, how would I have it show the abbreviation instead of the one character.

    Edit: Think I got it. Just edit the name of the days in the dbem_calendar.php file

    #44585
    Franky
    Keymaster

    No, don’t change the names. Change in dbem_calendar.php the call

    dbem_translate_and_trim($weekday);

    to

    dbem_translate_and_trim($weekday,3);

    to show 3 characters instead of one. This will be overwritten though, on the next update.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top