Python Code Challenge

171 - Write a program that converts a given date from one format to another (e.g. MM/DD/YYYY to DD/MM/YYYY). Store the conversion functions in a module, and import the module into another program to display the converted dates.