mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
|
{
|
||
|
"function": "to_date",
|
||
|
"description": "Convert a string into a date object.",
|
||
|
"arguments": [ {"arg":"string","description":"string representing a date value"}],
|
||
|
"examples": [ { "expression":"to_date('2012-05-04')", "returns":"2012-05-04"}
|
||
|
]
|
||
|
}
|