WB_CDate - set conversion of date/time and boolean fields

Syntax
WB_CDate=boolean value

Syntax example
WB_CDate=F

Valid inputs
T,TRUE,1,ON for True
F,FALSE,0,OFF for False

Default value
TRUE

Description
This is a True/False flag that determines how WhizBase will treat boolean and date/time fields value (received by WBF_ form field). If set to true (default), WhizBase will convert received value representing date/time to numeric date value, and true/false string to actual boolean value. Actually this variable should be changed only in case of connecting to database type that uses ANSI SQL (e.g. MySQL, Oracle, etc.). If this variable is set to False WhizBase will compare the exact value for date and boolean field as it was received from HTML form.