mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
{
|
|
"name": "to_date",
|
|
"type": "function",
|
|
"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"}
|
|
]
|
|
}
|