Skip to content

Get current Date and time on frontend

Problem:
After a long time of research, I have stuck to find it’s the solution
I applied the following code but it didn’t work.

$objectManager = MagentoFrameworkAppObjectManager::getInstance();
 $objDate = $objectManager->create('MagentoFrameworkStdlibDateTimeDateTime');
 $date = $objDate->gmtDate();

Any help.
your help would be appreciated!

Version:
Magento 2.4.4