JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › dateInput how to apply locale? › Reply To: dateInput how to apply locale?
August 4, 2023 at 1:45 am
#108515
Participant
The full name of the day is truncated.
the exact expression is
Sunday => 일요일
Monday => 월요일
Tuesday => 화요일
Wednesday => 수요일
Thursday => 목요일
Friday => 금요일
Saturday => 토요일
But on the calendar
Sunday => 일요
Monday => 월요
Tuesday => 화요
Wednesday => 수요
Thursday => 목요
Friday => 금요
Saturday => 토요
I tried according to the codepan, but it doesn’t work
I want to replace day names
names: [
“월”,
“화”,
“수”,
“목”,
“금”,
“토”,
“일”
],
-
This reply was modified 1 year, 6 months ago by
innosoft.