/**
 * CS1101 Lab #1, Exercise 3: DateConvert.java
 *
 * <Fill in description of program here>
 *
 * Discussion group: <fill in your group number here>
 */

// add import statement(s) here if necessary

class DateConvert {

    public static void main(String[] args) {

        // fill in your code here

    }

}


