Author | Message |
---|---|
nmanimt2
Posts: 8
|
Posted 17:03 Sep 17, 2016 |
Are we limited on using string split for the date, or can we choose to use the substrings to divide the date string instead? |
jhurley
Posts: 207
|
Posted 08:39 Sep 18, 2016 |
I am not sure I understand the question. Take the string and pass it with the other arguments to the constructor. In the constructor, run String,split() on the String using the frontslash as delimiter |