bijington/expressive

Missing token exception

Closed this issue · 1 comments

The following expression throws a missing token exception
String([Time],"hh\:mm")

The backslash is currently required in order to satisfy the TimeSpan string format.

This appears to have been introduced in version 1.4.2 and worked on previous versions.

Completed with PR #80