I want to display a date on the page, and want to show it differently by the language in the browser setting. for example: mm/dd/yyyy (in case of 'en') yyyy/mm/dd(in case of 'ko')
currently I use dayjs and it doesn't really help.
how to customize it?