@extends('layouts.cultura.home-bs4') @section('content')
@php //http://rberaldo.com.br/php-usando-a-classe-nativa-datetime/ $date_time = new DateTime('now', new DateTimeZone('America/Sao_Paulo')); $formatter = new IntlDateFormatter('pt-BR', IntlDateFormatter::FULL, IntlDateFormatter::NONE); echo 'Hoje, ' . $formatter->format($date_time); @endphp