numberToDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (moved NumberToDate to numberToDate: to comply with arma notation)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Convert float number to date. |= Description
| Convert float number to a date. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''NumberToDate''' [year,time] |= Syntax
| '''numberToDate''' [year,time] |= Syntax


|p1= [year,time]: Array -  |= PARAMETER1  
|p1= [year,time]: [[Array]] -  |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 21: Line 21:




|x1= <code>date <nowiki>=</nowiki> [[NumberToDate]] [2008,0.5324];</code>|= EXAMPLE1  
|x1= <code>_date <nowiki>=</nowiki> [[numberToDate]] [2008,0.5324]; //[2008,7,13,7,49]</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[dateToNumber]], [[getNumber]], [[isNumber]], [[parseNumber]], [[playersNumber]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 14:29, 4 October 2013

Hover & click on the images for description

Description

Description:
Convert float number to a date.
Groups:
Uncategorised

Syntax

Syntax:
numberToDate [year,time]
Parameters:
[year,time]: Array -
Return Value:
Array

Examples

Example 1:
_date = numberToDate [2008,0.5324]; //[2008,7,13,7,49]

Additional Information

See also:
dateToNumbergetNumberisNumberparseNumberplayersNumber

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

Notes

Bottom Section