diff --git a/user_guide_src/source/libraries/time/001.php b/user_guide_src/source/libraries/time/001.php index ba7e4d3b36bc..ccaf074129ad 100644 --- a/user_guide_src/source/libraries/time/001.php +++ b/user_guide_src/source/libraries/time/001.php @@ -2,5 +2,7 @@ use CodeIgniter\I18n\Time; -$myTime = new Time('+3 week'); +$myTime = new Time('2024-01-01'); +$myTime = new Time('2024-01-01 12:00:00'); $myTime = new Time('now'); +$myTime = new Time('+3 week');