TimeDispRange ( InTimeStart ; InTimeEnd )
Display a time range in a compact form.
Be the first to rate this function Log in to vote
Richard DeShong - Show more from this author
Logic Tools http://logictools.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns a text version of a time range of two times.
Requires Functions: SetVar() and TimeDisp()
(both available on BrianDunning.com)
I needed a compact way of displaying a time range.
This was for contact timing, so if minutes = 59, then rounds up to the next hour.
It uses TimeDisp() to minimize the text length of each time.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.