Laravel/Nova
International DateTime(다국어 지원)
짱구를왜말려?
2020. 10. 15. 20:18
반응형
SMALL
- 패키지 설치
composer require techouse/intl-date-time
novapackages.com/packages/techouse/intl-date-time
International DateTime
Apply localisation to Laravel Nova's default DateTime field that currently doesn't support localisation out of the box.
novapackages.com
IntlDateTime::make(__('opened_at'), 'opened_at')->sortable()->locale("ko"),
LIST