-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add support for Bikram Sambat Calendar (Nepal) #116
Comments
adbs.py Explanation: So, for BS calendar, we basically have a database of days in months for several future years ahead. ( Algorithm:
Notes:
|
Hi @pragyanone , I would really like to support other calendar systems. What I would not like to do is to re-program many components that are normally provided by Android, like the date picker. Doing a quick search I could not find info about if Android supports non-Gregorian calendars or not. |
Hi @Marmo, I've a workaround that will support all calendars worldwide. You could provide an option to remove date validations! Then in the default transaction entry, just increment days in every month; if it's a new month, user will change the date to next month-day1. Then, again keep incrementing the date. I know this feels unethical, but it will support any calendar. |
In my country, Nepal, Bikram Sambat calendar is used instead of the ubiquitous Gregorian system.
Being a small and underdeveloped country, not many international apps support the national calendar system, and the citizens have a hard time to just convert the date between these two systems.
Debitum, in my view, is a great app of its kind.
I, myself have written a python script to convert dates between these two systems. I would like the dev. to add support for BS calendar system.
(will post a brief explanation of my script in the comment below.)
The text was updated successfully, but these errors were encountered: