Search:

Type: Posts; User: hello_world

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,336

    Re: help with errors

    Time.java:65: cannot find symbol
    symbol : method parse(Time)
    location: class java.text.SimpleDateFormat
    Date parseTime = timeFormat.parse(new Time(hours, minutes)); //This isn't correct-->...
  2. Replies
    3
    Views
    1,336

    help with errors

    I've had some serious troubles getting this class to compile. I'm just looking for a little help with this.

    import java.util.*; //Date
    import java.text.*; //.DateFormat, .SimpleDateFormat
    ...
Results 1 to 2 of 2