@pdj wrote:
I added one more character after month, but can’t add it to day values.
<ion-datetime displayFormat="YYYY/MMM/D" dayValues="1일,2일,3일,04,05,06,08,09,10, 11, 12, 13, 14" pickerFormat="YYYY/MMM/D" monthShortNames='1월, 2월, 3월, 4월, 5월, 6월, 7월, 8월, 9월, 10월, 11월, 12월' doneText="확인" cancelText="취소" ></ion-datetime>I tested it as above adding one more character to dayvalues, but it’s works same as above, not showing character but only number
I wrapped ’ ’ but in that cases , it’s not showing values
how can I add one more character to day values?
Posts: 1
Participants: 1
