Processing submitted form data - (14 of 83) - Java EE Video Course

preview_player
Показать описание
Processing submitted form data - (14 of 83) - Java EE Video Course
Рекомендации по теме
Комментарии
Автор

Here is an alternative way to get the date of birth: LocalDate dateOfBirth =
And in the JSP file, we can use: <input type="date" name="dob" id="dob">

SanjibAhmad
Автор

Hello, I am trying to understand the piece of code in the servlets doPost method....that is dob_raw.split("\\/").  kindly tell me in simple lay mans terms, what it actually does and the logic behind it. I am stuck at this and I am unable to proceed .

rbflowin_TV
Автор

after try and catch this the last RESULT Info:

mohamedbalbola