Hello,
I'm trying to figure out code for a calculation I'm working with- I need to determine a date and a year from the following information: (uses the 2nd number)
237= 2(2002); 37 - 13 = Week 24 of 2002 = June 2002
Another one:
212= 2(2002); 12 - 13 = Week 51 of 2001 = December 2001
Using a different number:
437 = 4(2004); 37 – 13 = Week 24 of 2004 = June 2004
I'm using ASP.net/VB.net and I have 2 textboxes to collect the info. I'm stuck trying to determine how to begin- Can anyone help me? Appreciate any insight on this one-
Thanks,
Lisa
I'm trying to figure out code for a calculation I'm working with- I need to determine a date and a year from the following information: (uses the 2nd number)
237= 2(2002); 37 - 13 = Week 24 of 2002 = June 2002
Another one:
212= 2(2002); 12 - 13 = Week 51 of 2001 = December 2001
Using a different number:
437 = 4(2004); 37 – 13 = Week 24 of 2004 = June 2004
I'm using ASP.net/VB.net and I have 2 textboxes to collect the info. I'm stuck trying to determine how to begin- Can anyone help me? Appreciate any insight on this one-
Thanks,
Lisa