FDT ($WBFN) - date and time in specified format

Availability
FDT is available for use with all WBSP commands.

Syntax
$WBFN{FDT(formatstring)}
$WBFN[FDT(formatstring)]

Arguments
formatstring - any valid named or user-defined format string.
 

Returns
Current server date or time (depending on value of formatstring argument) formatted using formatstring.

Example

<html>
<body>
Today is $wbfn[fdt(dd-mmmm-yyyy)]!
</body>
</html>

Result

Today is 07-july-2008!