$string = "Tue Jan 02 2024 03:00:00 GMT+0300 (GMT+03:00)"; $tarihcevir = new DateTime($tarihString); $gun = $tarihcevir->format('d'); echo $gun;