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.

getdateformat

Get date in the specified format.

func str getdateformat (
   datetime systime,
   str format,
   str date
)

Parameters

systime The variable containing date.
format Date format. It can contain the following values:
ddDay as a number.
dddWeekday as an abbriviation.
ddddThe full name of a weekday.
MMMonth as a number.
MMMMonth as an abbreviation.
MMMMThe full name of a month.
yyThe last tow digits in a year.
yyyyYear.
date The string for getting the date.

Return value

Returns the parameter date.

Related links

Source