Hi,
I am trying to format a date field. Under the format, I put the following, Text(DataCardValue1.selectedDate, "dd-mmm-yyyy").
The date shows as "20-Ma20-2020" instead of "20-May-2020". Changing the format to Text(DataCardValue1.selectedDate, "dd-mmmm-yyyy") does not work too. The only workaround is to show the date as "20-05-2020".
Appreciate any help in solving this issue. Thanks.