BIS fnc showTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fiiix) |
Lou Montana (talk | contribs) m (Fiiiiiiiiix) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma2 | |game1= arma2 | ||
|1.00 | |version1= 1.00 | ||
|gr1 = Environment | |gr1= Environment | ||
| Shows time gap between two dates. | |descr= Shows time gap between two dates. | ||
| [startDate, endDate] call [[BIS_fnc_showTime]] | |s1= [startDate, endDate] call [[BIS_fnc_showTime]] | ||
|p1= startDate: [[Array]] in [[date]] format | |p1= startDate: [[Array]] in [[date]] format | ||
Line 15: | Line 15: | ||
|p2= endDate: [[Array]] in [[date]] format | |p2= endDate: [[Array]] in [[date]] format | ||
| Resource Layer | |r1= Resource Layer | ||
|x1= <code>_dayStart = [[date]]; | |x1= <code>_dayStart = [[date]]; | ||
_dayStart [[set]] [3, 0]; {{cc|set hours to 0}} | _dayStart [[set]] [3, 0]; {{cc|set hours to 0}} | ||
_dayStart [[set]] [4, 0]; {{cc|set minutes to 0}}_now = [[date]]; | _dayStart [[set]] [4, 0]; {{cc|set minutes to 0}} | ||
_now = [[date]]; | |||
[_dayStart, _now] [[call]] [[BIS_fnc_showTime]];</code> | [_dayStart, _now] [[call]] [[BIS_fnc_showTime]];</code> | ||
| [[date]], [[BIS_fnc_secondsToString]] | |seealso= [[date]], [[BIS_fnc_secondsToString]] | ||
}} | }} | ||
[[Category:{{Name|arma2oa}}: Functions|{{uc:showTime}}]] | [[Category:{{Name|arma2oa}}: Functions|{{uc:showTime}}]] | ||
[[Category:{{Name|tkoh}}: Functions|{{uc:showTime}}]] | [[Category:{{Name|tkoh}}: Functions|{{uc:showTime}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:showTime}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:showTime}}]] |
Revision as of 00:42, 30 January 2021
Description
- Description:
- Shows time gap between two dates.
- Execution:
- call
- Groups:
- Environment
Syntax
- Syntax:
- [startDate, endDate] call BIS_fnc_showTime
- Parameters:
- startDate: Array in date format
- endDate: Array in date format
- Return Value:
- Resource Layer
Examples
- Example 1:
_dayStart = date; _dayStart set [3, 0]; // set hours to 0 _dayStart set [4, 0]; // set minutes to 0 _now = date; [_dayStart, _now] call BIS_fnc_showTime;
Additional Information
- See also:
- dateBIS_fnc_secondsToString
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