numberToDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Convert float number to a 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=  

Revision as of 15:44, 7 April 2019

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