080211 - 080217 - WEEK 7
080218 - 080224 - WEEK 8
I have two dates and how can I determine which week does the two date falls on ?
Eg
weekno = getWeek('080218','080224')
'weekno contains 8
080218 - 080224 - WEEK 8
I have two dates and how can I determine which week does the two date falls on ?
Eg
weekno = getWeek('080218','080224')
'weekno contains 8
VB.NET:
Private Sub getWeek(ByVal startDate As String,ByVal endDate As String)
return weekNo
End Sub