I am using notepad++ to do some date conversions but have run into a problem.
I can convert dates of the format dd/mm/yyyy to yyyy-mm-dd
BUT, some dates are in the form d/m/yyyy because there is only 1 digit for the day or month and then my regex fails.
How can I format them all to read dd/mm/yyyy?
I would really appreciate some help!