Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Calendar Display: First Day of the Week #16

Open
manngo opened this issue Oct 25, 2016 · 4 comments
Open

Calendar Display: First Day of the Week #16

manngo opened this issue Oct 25, 2016 · 4 comments
Assignees

Comments

@manngo
Copy link

manngo commented Oct 25, 2016

Many, especially in Australia, regard Sunday as the first day of the week, and all of our calendars display accordingly.

Is it possible to (optionally) do this on the timestamp app?

Brilliant app, by the way.

@mzdr mzdr added this to the 1.1.0 milestone Oct 25, 2016
@mzdr mzdr self-assigned this Oct 25, 2016
@mzdr
Copy link
Owner

mzdr commented Oct 25, 2016

Hey @manngo!

Thanks for reaching out about this! I thought that currently the calendar display is aware of the system's language and would set up the first day of the week automatically correct. But seems like it doesn't. 🤔

I did a total refactoring of the code a couple of weeks ago and just need to finish the new calendar design. With the new release I will also add a preferences item where you can change the first day of the week regardless of the current system language. 👍

I'm quite busy right now but I'm on it! Thanks for your patience! 🍀

@manngo
Copy link
Author

manngo commented Oct 26, 2016

Thanks for your response.
I have checked, and my system is definitely set for Sunday as the first day of the week, so I can confirm that this is being overlooked.
Thanks

@mzdr
Copy link
Owner

mzdr commented Oct 26, 2016

Alright, thanks for checking! I'll have a look into this, but nevertheless I will implement a switch in the app settings so that you can adjust it to your preference.

@mzdr mzdr modified the milestones: 2.0.0, 1.1.0 Jul 4, 2017
@mzdr mzdr modified the milestones: 2.0.0, 1.1.0 Apr 11, 2021
@mzdr
Copy link
Owner

mzdr commented May 2, 2021

Hey guys, I know this issue is old as fuck but I know now what to do in order to fix it. I could implement another option within the settings so that you can set it individually, but this doesn’t feel right. Timestamp should retrieve from the system settings what is the first day of the week. Unfortunately it is not possible with Electron natively.

But it’s possible with native node.js modules. So I have to write a native node module that will use NSCalendar to retrieve the systems current set firstWeekday. Unfortunately this is something completely new to me so I would appreciate any help. Otherwise this might take a while and I think it will not make 1.1.0. Planning for 1.1.1 now.

@mzdr mzdr removed this from the 1.1.0 milestone May 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants