N
Newbie
I need the following functions using the standards for Week Numbering IE
Week one is the first week with a thursday in it.
getWeekStartDate( WeekNum as Integer , YearNumber as Integer ) as Date
getWeekEndDate ( WeekNum as Integer , YearNumber as Integer ) as Date
getWeekNumber ( dateToCheck as Date ) as Integer
numWeeksInYear( year as Integer ) as Integer
Does anyone know if there are these functions ?
Cheers -
Week one is the first week with a thursday in it.
getWeekStartDate( WeekNum as Integer , YearNumber as Integer ) as Date
getWeekEndDate ( WeekNum as Integer , YearNumber as Integer ) as Date
getWeekNumber ( dateToCheck as Date ) as Integer
numWeeksInYear( year as Integer ) as Integer
Does anyone know if there are these functions ?
Cheers -