Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get current datatime laravel

now()->toDateTimeString()
// 2022-06-07 10:14:39
now()->toTimeString()
// 10:14:39
now()->toDateString()
// 2022-06-07
 
PREVIOUS NEXT
Tagged: #current #datatime #laravel
ADD COMMENT
Topic
Name
9+3 =