13 lines
297 B
Plaintext
Raw Normal View History

2013-05-11 13:15:59 +10:00
<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>