14 lines
301 B
Plaintext
Raw Normal View History

<h3>to_date() function</h3>
2013-05-11 13:15:59 +10:00
Convert a string into Qt data type.
<h4>Syntax</h4>
<code>to_date('string')</code><br>
2013-05-11 13:15:59 +10:00
<h4>Arguments</h4>
<code>string</code> - is string in Qt date format.
<br>
<h4>Example</h4>
<!-- Show example of function.-->
<code>to_date('2012-05-04') &rarr; 2012-05-04</code><br>