2013-05-11 13:16:26 +10:00

13 lines
297 B
Plaintext

<h3>todate() function</h3>
Convert a string into Qt data type.
<h4>Syntax</h4>
<code>todate('string')</code><br>
<h4>Arguments</h4>
<code>string</code> - is string in Qt date format.
<br>
<h4>Example</h4>
<!-- Show example of function.-->
<code>todate('2012-05-04') &rarr; 2012-05-04</code><br>