Published
Edited
Dec 9, 2020
Insert cell
md`# Laravel Carbon Compare Dates Example`
Insert cell
$date1 = Carbon::createFromFormat('m/d/Y H:i:s', '12/01/2020 10:20:00');
$date2 = Carbon::createFromFormat('m/d/Y H:i:s', '12/01/2020 10:20:00');

$result = $date1->eq($date2);
var_dump($result);
Insert cell
https://www.itsolutionstuff.com/post/how-to-compare-two-dates-in-laravel-carbonexample.html
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more