Remove Leading Space in Time Answers
In HotDocs, time values are usually represented with Text variables that use the 99:99 A.M. pattern. Unfortunately, when the answer for a time variable includes a single digit hour, HotDocs includes an extra space before the time when it is merged into a document. You can use the following computation to format the time without the leading space.
This computation looks at the first character in the answer. If it is a space, the computation returns all of the characters in the answer except for the first character. Otherwise, if the first character is not a space, the entire answer is returned. In your template, instead of using the name of the time variable, you would use the name of the computation, as follows:
The meeting will begin at «Meeting Time Comp» and will last approximately one hour.