“PHP Comienza y termina la fecha y el año” Código de respuesta

PHP Comienza y termina la fecha y el año

<?php

$query_date = '2010-02-04';

// First day of the month.
echo date('Y-m-01', strtotime($query_date));

// Last day of the month.
echo date('Y-m-t', strtotime($query_date));
Indian Gooner

Php Fecha de inicio del día

$startOfDay=date("Y-m-d 00:00:00");
Friendly Hawk

Respuestas similares a “PHP Comienza y termina la fecha y el año”

Preguntas similares a “PHP Comienza y termina la fecha y el año”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código