Created
October 21, 2013 06:21
-
-
Save steppefox/7079424 to your computer and use it in GitHub Desktop.
How many seconds in hour, day, week, month, halfyear and year
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| час: 3 600 секунд; | |
| день: 86 400 секунд; | |
| неделя: 604 800 секунд; | |
| месяц (30 дней): 2 592 000 секунд; | |
| полгода (6 месяцев по 30 дней): 15 552 000 секунд; | |
| год (12 месяцев по 30 дней): 31 104 000 секунд. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment