Previous | Contents | Next

5.2 Predefines

You can use these standard predefines to automatically add the build time to the title of development versions, add the date to the version number, etc.

5.2.1 ${__FILE__}

Current script name.

5.2.2 ${__LINE__}

Current line number.

5.2.3 ${__DATE__}

Date according to the current locale.

5.2.4 ${__TIME__}

Time according to the current locale.

5.2.5 ${__TIMESTAMP__}

Date & time according to the current locale.

Previous | Contents | Next