FileMaker Custom Function:WeekRange ( _weekOfYear ; _year )
WeekRange ( _weekOfYear ; _year ) – Daniele Raybaudi, ACI
Rate this function:
Average rating: 3.5 (2 votes)
Discuss this Custom Function
http://www.aci.it
Given a week number and a year it returns the range of week’s days.
Sample Input:
WeekRange ( 1 ; 2012 )
WeekRange ( 2 ; 2012 )
WeekRange ( 53 ; 2012 )
WeekRange ( 54 ; 2012 )
Sample Output:
01/01/2012
02/01/2012 – 08/01/2012
24/12/2012 – 30/12/2012
31/12/2012
via FileMaker Custom Function:WeekRange ( _weekOfYear ; _year ).
Like
0
Liked
Liked