I have a formula that shows meeting times.
If IsNull{@hour} Then ""
Else ToText({@hour},"hh:mm"
In v.7 the output was 10:00 or 12:00, etc.
We recently upgraded to v.9 and some of the output is now 9:59 or 11:59, etc. (Some are still showing the correct times).
Is there an easy way to correct this?
Thanks!
Anne
If IsNull{@hour} Then ""
Else ToText({@hour},"hh:mm"
In v.7 the output was 10:00 or 12:00, etc.
We recently upgraded to v.9 and some of the output is now 9:59 or 11:59, etc. (Some are still showing the correct times).
Is there an easy way to correct this?
Thanks!
Anne