Search:

Type: Posts; User: lostbit

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: New to java, need to know how to incorparate system time into a block of code.

    Norm, thank you; I found a way to do it see below, not prity but it worked. The trick was the import string I tried did not work.

    package com.allmycode.first;
    import java.util.Date;

    public...
  2. [SOLVED] Re: New to java, need to know how to incorparate system time into a block of code.

    I would like to see the time as hour min example 2:20

    Thanks
  3. [SOLVED] New to java, need to know how to incorparate system time into a block of code.

    Hello, below is a simple block of code. I have been trying to add a println of the
    system time. I tried many examples but most start with import java.util.Calendar;
    This gets an error in eclipse...
Results 1 to 3 of 3