yeaba / BookSharing

0 stars 0 forks source link

Create Date Utility #5

Open yeaba opened 5 years ago

yeaba commented 5 years ago

Create a class, Date Utility, that handles the following actions (not limited to these):

yeaba commented 5 years ago

These functions will be important:

yeaba commented 5 years ago

public static Date getDate(String text) { // use the SimpleDateFormat class to create a date object.
return date }

yeaba commented 5 years ago

public static ArrayList\ sortDates(ArrayList\ dateTexts) { // create a list of Date objects and sort the dates return a list of dates }

VectorJays commented 5 years ago

Completed