View Single Post
Old 09-28-2007, 09:34 PM   #39 (permalink)
Kuriin
Registered User
 
Kuriin's Avatar
 
Join Date: Aug 2006
Location: Raleigh, NC
Posts: 2,167
Well, I learn a lot when people help me as I can look at their code and use it for future reference.

keyboard.nextString();
str1 = keyboard.nextString();
str1.length();
str1.charAt(i);
str1.indexOf(char);

date = keyboard.nextString();
eurodate = date.substring(3, 4) + "-" + date.substring(0, 1) + "-" + date.substring(6, 9);



As you can tell, I'm still sort of confused. And, where did you get the numbers for 3,4, 6,9, and 0,1?
__________________
Live like you'll die tomorrow,
Dream like you'll live forever
Kuriin is offline   Reply With Quote

 
Uberguilds Network