Obtains through the received data a dataSource.
1 object.2date
<object.2date>
<object /> !
</object.2date>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Eobject | Date/timestamp | Element of which the date is obtained. |
Returns | |
---|---|
Type | Description |
Date | Date contained in the received data, ignoring the other complementary data referring to it. |
Example
Copy
<xsql-script name='object_2_date'> <body> <println> <object.2date> <date>17-10-2014 11:17:43</date> </object.2date> </println> </body> </xsql-script>