Difference between revisions of "DATA BORN"
Jump to navigation
Jump to search
m |
Mako Nozaki (talk | contribs) m |
||
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 ISO 8601 format of "{{HoverText|YYYY|4 characters for the year}}-{{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 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}}". | ||
|pa | |pa | ||
|pb | |pb |
Revision as of 18:33, 22 May 2010
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".
Caveats
Related Articles
Constants
|
Functions
• | llRequestAgentData |
Events
• | dataserver |