- This topic has 7 replies, 2 voices, and was last updated 14 years, 2 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Day of the week
Tagged: Days
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.
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.
I mean on the calendar now the start of the week begins on Monday, but I wanted to have it on sunday.
I know, but my answer remains …
After checking the code, it is already there: you need to change your general wordpress settings to set the day the week starts on.
Thanks.
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
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.