mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Standardise naming of all internal functions to lowercase with underscore convention. Add aliases for old names to avoid breakage.
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
<h3>to_date() function</h3>
|
|
Convert a string into Qt data type.
|
|
|
|
<h4>Syntax</h4>
|
|
<code>to_date('string')</code><br>
|
|
|
|
<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') → 2012-05-04</code><br>
|