Answers for "DateTime::createFromFormat"

1

DateTime::createFromFormat

'!F Y' would work. '!' resets all fields 
(year, month, day, hour, minute, second, fraction and timzone information) 
to the Unix Epoch. 

DateTime::createFromFormat('!F Y')
Posted by: Guest on March-30-2021

Code answers related to "DateTime::createFromFormat"

Browse Popular Code Answers by Language