Encountering an issue where the date is showing as Invalid when trying to format it using moment.js.
Code
moment('18/01/2016').format("DD MMM YYYY"))
Expected Output : 18 jan 2016
Instead, receiving invalid Date
.
Any assistance would be appreciated. Thank you!