[PHP] pobierz, plaintext <?php$Date = new DateTime();$Date->modify( '-1 day' );echo $Date->format( 'Y-m-d' );?>[PHP] pobierz, plaintext