EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

days

The number of days between two dates.

func int days (
   datetime left,
   datetime right
)

Parameters

left The first date for comparison.
right The second date for comparison.

Return value

Returns the number of days between two dates. If the first date is greater than the second one, the return value will be negative.

Related links

Source