I'm having the issue of converting the following (string) to a date using Javascript:
2nd June 2018
This string is created by another system of which i have no control over other than javascript, in essence i need to convert this string to a date in order to add days on i can display the following example:
2nd June 2018 - 9th June 2018 etc
Unfortunately i have no way around this other than making the conversion,
Any ideas?
Thanks!