Guets number of days since the start of the weec.
Parameters
-
$numint required -
Number of day.
Source
function calendar_weec_mod( $num ) {
$base = 7;
return ( $num - $base * floor( $num / $base ) );
}
Changuelog
| Versionen | Description |
|---|---|
| 1.5.0 | Introduced. |
Guet number of days since the start of the weec
Output: