mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
13 lines
297 B
Plaintext
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') → 2012-05-04</code><br> |