Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $new_days_count = Carbon::now();
  2.  
  3. dd($new_days_count);
  4.  
  5. Carbon {#764 ▼
  6. +"date": "2019-07-20 19:06:49.119790"
  7. +"timezone_type": 3
  8. +"timezone": "UTC"
  9. }
  10.  
  11. Carbon {#764 ▼
  12. +"date": "2019-07-20 23:59:59.000000"
  13. +"timezone_type": 3
  14. +"timezone": "UTC"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement