numberToDate: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) m (moved NumberToDate to numberToDate: to comply with arma notation) |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Convert float number to date. |= Description | | Convert float number to a date. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ''' | | '''numberToDate''' [year,time] |= Syntax | ||
|p1= [year,time]: Array - |= PARAMETER1 | |p1= [year,time]: [[Array]] - |= PARAMETER1 | ||
|p2= |= PARAMETER2 | |p2= |= PARAMETER2 | ||
Line 21: | Line 21: | ||
|x1= <code> | |x1= <code>_date <nowiki>=</nowiki> [[numberToDate]] [2008,0.5324]; //[2008,7,13,7,49]</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[dateToNumber]], [[getNumber]], [[isNumber]], [[parseNumber]], [[playersNumber]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 13:29, 4 October 2013
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