Variant
- Can now convert type_string to type_date via legacy dateformat, provided that Context transmits the format.
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
class Variant
|
||||
{
|
||||
public:
|
||||
static std::string dateFormat;
|
||||
|
||||
enum type {type_unknown, type_boolean, type_integer, type_real, type_string,
|
||||
type_date, type_duration};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user