numberToDate

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

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

Syntax

Syntax:
numberToDate [year, time]
Parameters:
year: Number - year value, e.g 2035
time: Number - year time in range 0..1, from beginning to end of the year (e.g 0 is January 1st and 1 is December 31st)
Return Value:
Array format Date

Examples

Example 1:
setDate numberToDate [2008, 0.5324]; // sets date to [2008,7,13,7,49]

Additional Information

See also:
dateToNumber getNumber isNumber parseNumber playersNumber

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