-2

Below is my response I want to display the value in dd/mm format only in angular. I have to bind this value to dropdown in angular { "priorWeek": { "startDate": "2023-08-18", "endDate": "2023-08-24" }, "currentWeek": { "startDate": "2023-08-25", "endDate": "2023-08-31" }, "nextWeek": { "startDate": "2023-09-01", "endDate": "2023-09-07" }

I need the value in below format: 01/09 - 07/09

  • Does this answer your question? [How to convert date into this 'yyyy-MM-dd' format in angular 2](https://stackoverflow.com/questions/40377103/how-to-convert-date-into-this-yyyy-mm-dd-format-in-angular-2) – Yong Shun Aug 31 '23 at 11:47
  • There are plenty of resources in Stack Overflow that teach how to format the date in string for Angular. Please make an effort to do research. – Yong Shun Aug 31 '23 at 11:48

0 Answers0