View Single Post
  #1  
Old 03-16-2010, 08:30 AM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default Formatting a date into yyyy/mm/dd

I am creating a program which takes in fields for events, saves them to file and then loads & displays them on separate lines. The 'date' field in my program should be in the format yyyy/mm/dd when it is entered. I have managed to implement this however my program still allows 1 number to be...
__________________
Python
Domain Name Forum
Reply With Quote