I have a dateformat
date="11032020"(mmddyyyy)
output expected:11/03/2020
I want to convert this to mm/dd/yyyy in nodejs.I am a begineer to nodejs. I saw many posts where they convert from mm-dd-yyyy to different format or related.I tried converting to ISO but that did not work out.
I am not able to convert mmddyyyy to different format.
Could you please help me out in this.