Document what the month number means for Language::tsToHebrew().
This commit is contained in:
parent
e6d6d7e0b0
commit
9b11ddad12
1 changed files with 3 additions and 0 deletions
|
|
@ -911,6 +911,9 @@ class Language {
|
|||
* (abu-mami@kaluach.net, http://www.kaluach.net), who permitted
|
||||
* to translate the relevant functions into PHP and release them under
|
||||
* GNU GPL.
|
||||
*
|
||||
* The months are counted from Nissan = 1. In a leap year, Adar I is 13
|
||||
* and Adar II is 14. In a non-leap year, Adar is 6.
|
||||
*/
|
||||
private static function tsToHebrew( $ts ) {
|
||||
# Parse date
|
||||
|
|
|
|||
Loading…
Reference in a new issue