H
Herby
I am using instances of DateTime within my application
and i need their values to be used as selection criteria in an SQL
select clause.
So i need them to return a literal string representation of themselves
in the following format
'{ts '1990-01-01 00:00:00'}'
Where the date can be any valid date as contained in the DataTime
instance.
How can i get them to do this ?
and i need their values to be used as selection criteria in an SQL
select clause.
So i need them to return a literal string representation of themselves
in the following format
'{ts '1990-01-01 00:00:00'}'
Where the date can be any valid date as contained in the DataTime
instance.
How can i get them to do this ?