Title: LoraK8's Replies | WordPress.org

---

# LoraK8

  [  ](https://wordpress.org/support/users/lorak8/)

 *   [Profile](https://wordpress.org/support/users/lorak8/)
 *   [Topics Started](https://wordpress.org/support/users/lorak8/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lorak8/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lorak8/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lorak8/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lorak8/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lorak8/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event List Calendar] Wrong dates and days combinations.](https://wordpress.org/support/topic/wrong-dates-and-days-combinations/)
 *  [LoraK8](https://wordpress.org/support/users/lorak8/)
 * (@lorak8)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/wrong-dates-and-days-combinations/#post-5478539)
 * Instead of the suggestions above, I found if I started the week with Sunday, 
   the issue was resolved.
 * Starts the week on Monday:
    `if(get_settings('start_of_week') != 1) {`
 * Start the week on Sunday:
    `if(get_settings('start_of_week') != 7) {`
 * Found 8 times: lines 279, 300, 557, 579, 1531, 1552, 1808, and 1829
 * [http://kctcspresident.com/](http://kctcspresident.com/)

Viewing 1 replies (of 1 total)