sql >> Database teknologi >  >> RDS >> Mysql

Den bedste måde at få den første og sidste dag i sidste måned?

I PHP 5.3 kan du bruge DateTime klasse:

<?php

$month_ini = new DateTime("first day of last month");
$month_end = new DateTime("last day of last month");

echo $month_ini->format('Y-m-d'); // 2012-02-01
echo $month_end->format('Y-m-d'); // 2012-02-29


  1. Driver.getConnection hænger ved hjælp af SQLServer-driver og Java 1.6.0_29

  2. MySQL Duplicate fejl med ALTER IGNORE TABLE

  3. Søger efter gyldig MySQL-resultatressource

  4. php mysql fuldtekstsøgning:lucene, sfinx eller?