Suppose I have a date input such as 2022-04-02T00:00:00. When I utilize
{{data?.dateStarted | date:'MM/dd/YYYY'}}
, the result will be 04/02/2022. But how can we transform it into a Long Date format like April 2, 2022?
Does anyone have any suggestions? Your input would be greatly valued. Thank you and best regards.