I cant find a way of getting the day from a date string. The format of the string is dd/mm/yyyy
and I want to use getDay() to get the current weekday.
Is this possible? I know i'd have to convert my string to a Date
object but cant find a list of accepted formats