Search:

Type: Posts; User: chronoz13

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,331

    [SOLVED] Re: how to get each field of a current date

    public class ExpirationDate {

    // the object for the instance of the date
    private GregorianCalendar gCal;

    // format for the full display of the given expiration date
    private...
  2. Replies
    4
    Views
    2,331

    [SOLVED] Re: how to get each field of a current date

    most of the methods of the date class is deprecated... i dont know whats the purpose of that..
    but is it still safe to use those methods?
  3. Replies
    4
    Views
    2,331

    [SOLVED] how to get each field of a current date

    i want to extract the MONTH, YEAR and DAY of a current date

    i dont have problems with getting the current date..

    but my problem is how to extract each field of that date

    example:
    this code...
Results 1 to 3 of 3