DateRange ( Range )
Creates a searchable date range to populate any date field while in Find Mode
Be the first to rate this function Log in to vote
Kyle Williams - Show more from this author
Augusto Digital https://www.youtube.com/channel/UCpJlB7cmVNMjbjgY96MEsng |
_DateRange ("Month" )
_DateRange ( 90 )
1/1/2020...1/31/2020 //Find last whole month
11/6/2019...2/3/2020 //Find last 90 days
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
When creating Reports a date range is often required. It is always nice to give the user multiple options for their reports. With this function it will automatically return a date range for any given number (up until yesterday) or you can specify you want a date range for last Week, Month or Year.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.