From backend, the date format is like above, and I want to format the date using formatter into a real date. I got a datepicker
in my detailpage
and the datepicker
wants a real date, to show it up.
So I tried a bit, but I can't get it to work. So maybe someone can help me or guide how to do it? I know I can format the date in the backend but I need it that way like above as a string.
yyyy/mm/dd
format, so that it is easy to format in UI side. – inizio