Search:

Type: Posts; User: ricaclaire16

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,974

    Re: flight reservation code problem...

    the value of the variable date should be d value of the (depart time) and then when the user choose a destination country, there's a time that will add to the depart time so d user will know how long...
  2. Replies
    6
    Views
    1,974

    Re: flight reservation code problem...

    Norm the 4:00:00 happens in this line:

    DateFormat sdf = new SimpleDateFormat("K:mm:ss a,z");

    and here's d full code:


    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
  3. Replies
    6
    Views
    1,974

    Re: flight reservation code problem...

    Norm the 4:00:00 happens in this line:

    DateFormat sdf = new SimpleDateFormat("K:mm:ss a,z");

    and here's d full code:


    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
  4. Replies
    6
    Views
    1,974

    flight reservation code problem...

    the time wont change, its always 4:00:00. can u help me?




    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
Results 1 to 4 of 4