I have a date in my database like this
2021/04/26
And I wanna convert this to string date to: Monday, April 04
I have tried In many different ways. I am very week in working with dates in JavaScript .
I tried to do like this
new Date('2021/04/26').getDate() // Which return very strange date.
Can Anyone help me to convert that string to this Monday, April 04