I'm currently writing a program for my department that automatically inserts the date into a text field. The problem is that when the date is inserted, it is in a "m/d/yy" format. The problem is that a format of "mm/dd/yy" is required in order to work with our software. How can I customize the format of the date to what I need?