Formats

FlowScript supports converting numeric values and date times to string with a provided format string. This is performed with the format function.

Numeric values

* The result is formatted based on the locale of the computer where the Flow Engine is executing. Some FlowScript functions support overriding the locale.

Read more about .NET Date and Time format strings here: http://msdn.microsoft.com/en-us/library/dwhawy9k.aspx

Date and time format

* Language/format is defined by the computer where the Flow Engine is executing.

Read more about .NET Date and Time format strings here: http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx

Last updated