Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1924 Widoki

how can i calculate days of year

Awatar
Odrzuć
Najlepsza odpowiedź

Maybe you can spend more time on being more specific when asking questions.
If you want to calculate the number of days of the current year in python, you can always:
- import calendar then check if calendar.isleap(year), if yes then 366 else 365
- check the days_in_years of the last day of the year which is always 31 Dec. (Or check the day before 1st of march to see if it is 28 or 29 of Feb)
If you want to check the days of year of today. you can use odoo's fields.Date.context_today.
But if you want to calculate it in qweb report, or javascript, it's another story.


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
paź 25
326
1
wrz 25
376
3
wrz 25
562
1
sie 25
728
1
lip 25
1126