numberToDate: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| '''numberToDate''' [year,time] |= Syntax | | '''numberToDate''' [year,time] |= Syntax | ||
|p1= [year,time]: [[Array]] - |= | |p1= [year,time]: [[Array]] - |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Array]] |= | | [[Array]] |RETURNVALUE= | ||
|x1= <code>_date <nowiki>=</nowiki> [[numberToDate]] [2008,0.5324]; //[2008,7,13,7,49]</code>|= | |x1= <code>_date <nowiki>=</nowiki> [[numberToDate]] [2008,0.5324]; //[2008,7,13,7,49]</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[dateToNumber]], [[getNumber]], [[isNumber]], [[parseNumber]], [[playersNumber]] |= | | [[dateToNumber]], [[getNumber]], [[isNumber]], [[parseNumber]], [[playersNumber]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:35, 7 April 2019
Description
- Description:
- Convert float number to a date.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_date = numberToDate [2008,0.5324]; //[2008,7,13,7,49]
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note