Using i18n , I tried to get & show current cultured date(jalali) from intldatepicker and/or intldatetime label . but result was system date whiteout culture and change . Like this :
after some search i found the function "format", but it only work by intlmonthcalendar .
finally i use this :
- Code: Select all
Edit1.Text:=IntlMonthCalendar1.Format('dddddd',IntlDatePicker1.Date);
there is not any faster way ?
or any function for get "jalali" date directly from "i18nCalendar" ?!
TanQ.