Search:

Type: Posts; User: Debzee87

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    487

    Re: Date and Time Exercise

    Thanks I will give it try and let you know - appreciate your feedback.
  2. Replies
    4
    Views
    487

    Re: Date and Time Exercise

    import java.text.SimpleDateFormat;
    import java.util.Date;
    class TestDates_Format {
    public static void main(String args[]) {
    Date objDate = new Date(); // Current System Date and time is...
  3. Replies
    4
    Views
    487

    Date and Time Exercise

    I need a date and time to be added to GUI interface.

    Date and time has to throw an error for working hours.

    Time must be 24 hour format.
    Day must be name of day, date and month.

    I have a...
Results 1 to 3 of 3