I have the output
Mon Feb 19 02:43:13 EST 2018
Which I've obtained from
System.out.println(new Date());//+ some adjustments with the calendar obviously.
I was curious how I would 'reload' the 'date' from the given output
Mon Feb 19 02:43:13 EST 2018
So if I wanted to refer to the date again when I reload my program, I want it to parse the String and set the date based off of those parameters, is this a good way to handle this?