Date Conversion
Convert a date in form "yyyy.mm.dd" to ROC style.
Hint: You may need
str.split()
int() to convert texts into integers
a list of month names
The program may run as follows.
Enter a date (yyyy.mm.dd):
2014.12.25
民國 103 年 十二 月 25 日