Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/01/2014, 14:24
Avatar de gildus
gildus
 
Fecha de Ingreso: agosto-2003
Mensajes: 1.495
Antigüedad: 20 años, 9 meses
Puntos: 105
Respuesta: Semana fecha actual

Has intentado usar el strtotime ?

http://php.net/manual/en/function.strtotime.php

Por ejemplo:

Código PHP:
Ver original
  1. <?php
  2.  
  3. echo date('d',strtotime('monday this week'));

Saludos,
__________________
.: Gildus :.