The previous solution didn't work for me as it is. I wanted to save null or DateTime object. But! This works:
public \DateTimeInterface|null $date; // ?\DateTimeInterface - didn't work