diff --git a/functions/mcal.xml b/functions/mcal.xml index bd074b7f23..c6752aa499 100644 --- a/functions/mcal.xml +++ b/functions/mcal.xml @@ -1,5 +1,5 @@ - + MCAL functions MCAL @@ -1307,6 +1307,29 @@ + + + mcal_week_of_year + + Returns the week number of the given date + + + + Description + + + int mcal_week_of_year + int day + int month + int year + + + + &warn.undocumented.func; + + + +