有取款日期
{{ $article->created_at->format('d M Y') }}在多语言网站上,有5种语言。有没有办法确定月份的位置?
发布于 2017-08-30 18:44:34
日期时间格式默认为碳实例,以laravel为单位
Carbon::setLocale('de'); // set the locale
{{ $article->created_at->format('d M Y') }}https://stackoverflow.com/questions/45958055
复制相似问题