Nyall Dawson bd9e02be95 Add alias support for expression functions
Standardise naming of all internal functions to lowercase with
underscore convention. Add aliases for old names to avoid
breakage.
2015-05-03 20:57:36 +10:00

14 lines
297 B
Plaintext

<h3>to_time() function</h3>
Convert a string into Qt time type.
<h4>Syntax</h4>
<code>to_time('string')</code><br>
<h4>Arguments</h4>
<code>string</code> - is string in Qt time format.
<br>
<h4>Example</h4>
<!-- Show example of function.-->
<code>to_time('12:30:01') &rarr; 12:30:01</code><br>