Results 1 to 2 of 2

Thread: What week of the year?

  1. #1
    Join Date
    Apr 2005
    Posts
    12

    Default What week of the year?

    Next problem. In my project, users can sign up for taste panels. The admin wants the ability to limit the number of panels a user can signup for on a weekly basis. To accomidate this, I have created a sub class called "WeeklyCutoffPercentage" which basically holds a RSCId (RSC is the main object), Week (int of the week of the year [1-53]) and Cutoff (percentage allowable [1-100]). The problem I am running into is that I don't know how to determine what week of the year it is. From what I have seen and read using the Date object, it can tell you everything except for what week of the year it is. So I'm looking for suggestions on how to do this.

    Thanks,
    Neo

  2. #2
    Join Date
    Aug 2004
    Location
    Atlanta, GA
    Posts
    129

    Default

    Look at Calendar
    Randy

Similar Threads

  1. Bind month and year to date
    By rcarver in forum Web
    Replies: 3
    Last Post: Jun 27th, 2006, 12:42 PM
  2. is Spring Rich Client dead or not?
    By qiao_lei1980@hotmail.com in forum Swing
    Replies: 4
    Last Post: Apr 28th, 2005, 08:07 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •