Is it possible to include a date inside a status?
Something like this?
$parameters = [ ‘status’ => ‘Heres your new weekday BirdBreath cartoon for “$date” http://birdbreath.com’, ‘media_ids’ => implode(’,’, [$media1->media_id_string])];
You’d have to do that yourself in code - Twitter itself would just treat $date as an ASCII string, so you’d need to expand it yourself as a string first.