TimeDisp ( InTime )
Returns a text version of the time.
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)
I needed a compact way to display the time (it was part of the portal listing).
So I used "a"/"p" instead of "am"/"pm", and did not need to see the seconds.
If no minutes, then displays just the hour: 10:00:00 => "10p".
If hour >= 24, then no a/p: 25:15 => "25:15".
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.