Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,442

    Re: Getting date based on days past year

    Ok, I was having a look at it.

    So tell me if I'm correct:


    Calendar cal = sdf.getCalendar();
    cal.set(2010, Calendar.JULY, 14);
    This sets the date selection to do calculations from.
  2. Replies
    3
    Views
    2,442

    Getting date based on days past year

    Ok, I would assume someone out there has this already done, or atleast something similar that I can change.

    I'm given a number representing the number of days past January 1, 1900. I need to...
Results 1 to 2 of 2