I’m currently trying to figure out how can I create a function to translate a US date into a European date. Example: europeanize(‘4/7/14’) returns ‘07/04/12’
My code