$sorted = $collection->sortBy(function ($element, $key) {
$timestamp = strtotime($element->date_field);
return $timestamp;
});
-
-
Save libesto/518e40c22edd8abc691f3cc41408eadb to your computer and use it in GitHub Desktop.
Laravel Collection: Sort a String Datefield with a closure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment