A
Agustin Fernandez
Hi all,
Im trying to achive the next task:
date1 = 10/25/2005;
date2 = 03/28/2006;
DiferenceInWeeks = date2 - date1; // Result must be showed in weeks
Can you help me writing this code?
Thx in advance!
Im trying to achive the next task:
date1 = 10/25/2005;
date2 = 03/28/2006;
DiferenceInWeeks = date2 - date1; // Result must be showed in weeks
Can you help me writing this code?
Thx in advance!