I am trying to convert a date from dd/mm/yyyy => yyyy-mm-dd. I have using the mktime() function and other functions but I cannot seem to make it work. I have managed to explode the original date using '/' as the delimiter but I have no success changing the format and swapping the '/' with a '-'.
Any help will be greatly appreciated.
Use the default date function.
EDIT I just tested it, and somehow, PHP doesn’t work well with dd/mm/yyyy format. Here’s another solution.