Field::getOldest()
Version 3.9
Get the oldest comment
Version 3.9
Get the oldest comment
Object Comment
Show create date and creator on first comment:
$Comment = $Order->comments->getOldest();
$txt = "Last comment: {$Comment->getCreatedDate()} by {$Comment->getCreator()->getName()}";