Skip to content

Instantly share code, notes, and snippets.

@montogeek
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save montogeek/e0737d2a7747abe5b00f to your computer and use it in GitHub Desktop.

Select an option

Save montogeek/e0737d2a7747abe5b00f to your computer and use it in GitHub Desktop.
Localized date Laravel
public function getUltimaActualizacionAttribute()
{
setlocale(LC_ALL, Config::get('app.locale'));
return ucfirst($this->updated_at->formatLocalized('%A %d de %B de %Y'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment