Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,974

    Re: flight reservation code problem...

    Print out the value of the date variable so you can see what it really is. You want it to have some value, but what value does it really have?
  2. Replies
    6
    Views
    1,974

    Re: flight reservation code problem...

    This is the line that formats the date:
    txtarrival.setText(sdf.format(date));

    What is the value of the variable: date when that statement is executed? Is it always the same?
  3. Replies
    6
    Views
    1,974

    Re: flight reservation code problem...

    Please Edit your post and wrap your code with
    <YOUR CODE HERE> to get highlighting


    Can you explain? Where is this happening? What lines of code show this?
Results 1 to 3 of 3