Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vishnuparimi
  • Order by date
  1. vishnuparimi

    validating day and month using SimpleDateFormat

    Rich, Thank you very much for the reply. It works for me.. Thankyou. Visnu.
  2. vishnuparimi

    validating day and month using SimpleDateFormat

    Rich, Yes you are right. It would be better if I stop my execution soon after I get ParseException, and show a customized message saying invalid date. But in my case, the requirement is, I need to be specific as to which field is entered wrong. and display where the user entered wrong value. So...
  3. vishnuparimi

    validating day and month using SimpleDateFormat

    Thanks for the reply Rich. You are right when i am entering a wrong date, for example 15/23/2005, it is converting that to 3/23/2006, and giving the day and month based on the new calculataions. But what i want in my code is if there is a wrong day or month entered, i wanted to display a...
  4. vishnuparimi

    validating day and month using SimpleDateFormat

    Hi Everyone, I have a question to ask regarding the SimpleDateFormat class. In my code i am having a date string and i am converting it to a date. and validating if the month entered is greater than max month and if day is greater than max day. If so i want to throw the error. Here is my piece...

Part and Inventory Search

Back
Top