albertvaka / bettercounter

A daily counter to track habits
GNU General Public License v2.0
133 stars 15 forks source link

Wrong date separators #45

Closed bttrx closed 8 months ago

bttrx commented 9 months ago

Hi! Now that we have different app languages, we also need to use proper date separators, e.g., "/" is wrong for German(y). Separator should be "." instead. I guess, there is some Android function to get the actual separator from the system. Screenshot_20240109-191515

albertvaka commented 8 months ago

I guess, there is some Android function to get the actual separator from the system.

Not for just month & year 😓 I found a workaround though 😄