Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create Date Converter module
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.
Python
Modules and Packages