Search:

Type: Posts; User: JavaPF

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    37,889

    Re: How to Get the current date and time

    Hello Eric.

    Thank you very much for bringing that to my attention. +Rep points for you..
  2. Replies
    2
    Views
    37,889

    How to Get the current date and time

    This code will print the current Date and Time to the console.


    import java.text.SimpleDateFormat;
    import java.util.Calendar;

    public class DateAndTime{

    public static final String...
Results 1 to 2 of 2