Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: Help!

    by Norm
    Replies
    3
    Views
    723

    Re: Help!

    Are you asking how to create a Date object from the contents of a String?
    See the SimpleDateFormat class. It's parse method should help.

    NOTE: Java class names start with uppercase letters. date...
  2. Thread: Help!

    by Norm
    Replies
    3
    Views
    723

    Re: Help!

    One way: read it into a String using one of the Scanner class's methods.
Results 1 to 2 of 2