Jquery – how to create a date from a given string with a specific format
My problem is the following: I have a var in javascript that represents a date in the following format in the following format 'dd/mm/yyyy' so, if I have 01/03/2024, this would be 1st of March, 2024 I am trying to…