Talk:Put the Mouse Down and Step Away from the Keyboard
From WikiContent
(Difference between revisions)
Michael Hunger (Talk | contribs)
(New page: regarding the code: the first parseInt catches the exception, the second doesn't ? this line is wrong: !time.substring(9, 11).equals("AM") & !time.substring(9, 11).equals("PM") & should b...)
Next diff →
Revision as of 00:22, 3 July 2009
regarding the code: the first parseInt catches the exception, the second doesn't ?
this line is wrong: !time.substring(9, 11).equals("AM") & !time.substring(9, 11).equals("PM") & should be && the boolean and operator
