ll.GetDate() : string
Returns the current date in the UTC time zone in the format YYYY-MM-DD. Returns the current UTC date as YYYY-MM-DD.
ll.GetDate()
{
"def": "func",
"desc": "Returns the current date in the UTC time zone in the format YYYY-MM-DD.\nReturns the current UTC date as YYYY-MM-DD.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetDate",
"name": "GetDate",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": []
}
]
}