dateToNumber

From Bohemia Interactive Community
Revision as of 18:27, 15 November 2009 by Lou Montana bi wiki (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Convert a date to a float number, based on Jan 1st 00:00:00 = 0 and Dec 31th 23:59:59 = 1
Groups:
Uncategorised

Syntax

Syntax:
DateToNumber date
Parameters:
date: Array -
Return Value:
Number

Examples

Example 1:
dateToNumber date; // will return the actual "number" for the actual date.

Additional Information

See also:
datedaytimetime

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