Search:

Type: Posts; User: Json

Search: Search took 0.24 seconds.

  1. Thread: GregorianCalendar

    by Json
    Replies
    3
    Views
    2,320

    [SOLVED] Re: GregorianCalendar

    Oh, no you can get the time in milliseconds without the GregorianCalendar, but I thought you wanted to know how to get it from the Calendar.


    System.currentTimeMillis();

    That will get you the...
  2. Thread: GregorianCalendar

    by Json
    Replies
    3
    Views
    2,320

    [SOLVED] Re: GregorianCalendar

    Time is represented as a long usually and here we go.



    calendar.getTimeInMillis();


    // Json
Results 1 to 2 of 2