DATA BORN: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=3 | |value=3 | ||
|desc=Used with [[llRequestAgentData]] to return a string that contains the date the user joined SL, it is the {{Wikipedia|ISO 8601|ISO 8601}} format of "{{HoverText|YYYY|4 characters for the year(Anno Domini)}}-{{HoverText|MM|Month: 2 characters, if less than 10 there is a leading zero}}-{{HoverText|DD|Day: 2 characters, if less than 10 there is a leading zero}}". | |desc=Used with [[llRequestAgentData]] to return a string that contains the date the user joined SL, it is the {{Wikipedia|ISO 8601|ISO 8601}} format of "{{HoverText|YYYY|4 characters for the year(Anno Domini)}}-{{HoverText|MM|Month: 2 characters, if less than 10 there is a leading zero}}-{{HoverText|DD|Day: 2 characters, if less than 10 there is a leading zero}}". It is based on Pacific Time, not UTC. | ||
|pa | |pa | ||
|pb | |pb | ||
Revision as of 09:15, 13 August 2011
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer DATA_BORN = 3;The integer constant DATA_BORN has the value 3
Used with llRequestAgentData to return a string that contains the date the user joined SL, it is the
ISO 8601 format of "YYYY-MM-DD". It is based on Pacific Time, not UTC.
Caveats
Related Articles
Constants
| |||||||||||||||||||||||||||||||||||||||||||
Functions
| • | llRequestAgentData |
Events
| • | dataserver |