/********* week ¨****/ /** on a besoin du numéro de la semaine d'une date **/ function weekof($j,$m,$a) { $k="$j-$m-$a"; return date('W',strtotime($k)); } /********* week ¨****/ /** et du premier jour de la semaine d'une date **/ function day1w($j,$m,$a) { /* $k=" first Monday of week ".date('W',strtotime("$j-$m-$a"))." of $a"; return date('Y-m-j-W',strtotime($k)); */ $k=""; $givenday=date("w",mktime(0,0,0,$m,$j,$a)); if($givenday==1) $k="$j-$m-$a"; # C'est lundi if($givenday==0) $givenday=6; #C'est dimanche else $givenday--; if(!$k) $k="$j-$m-$a -$givenday days"; #return $k; return date( 'Y-m-d',strtotime($k)); } ?>
Material de formació: El control de la incapacitat temporal
Secretaria de Salut Laboral de CGT de Catalunya
Gener de 2015.
Material realitzat per Miguel Arenas, Advocat del Col.lectiu Ronda, que explica molt detalladament el context legal actual de les baixes i les darreres reformes i jurisprudència.
Secretaria de Salut Laboral de CGT Catalunya
Més informació:
TWITTER SALUT LABORAL CGT CATALUNYA
E-MAIL: salutlaboral@cgtcatalunya.cat