Hello Experts,
I am very new to JAVA programming. I have an requirement of splitting a Date-Time String i.e. 2013/07/26 07:05:36
As you observe the above string has Date and Time with space in between them.
Now I want just want split the string not by delimiter but by length i.e. after 10th place and then assign it to 2 variable i.e. Date <----2013/07/26 and Time <---07:05:36 separately.
Please share me the code.
Regards
Karan
.