In the "Literals" section of the "Language Reference" page here:
http://flee.codeplex.com/wikipage?title=LanguageReference&referringTitle=Home#Literals
The description of the DateTime literal contains the following:
Use the ExpressionOptions.DateTimeFormat property to control the format.
After finding that the above property doesn't actually exist I dug through the code and found that the docs should have read:
Use the ParserOptions.DateTimeFormat property to control the format.
Thanks.
http://flee.codeplex.com/wikipage?title=LanguageReference&referringTitle=Home#Literals
The description of the DateTime literal contains the following:
Use the ExpressionOptions.DateTimeFormat property to control the format.
After finding that the above property doesn't actually exist I dug through the code and found that the docs should have read:
Use the ParserOptions.DateTimeFormat property to control the format.
Thanks.