Link to home
Start Free TrialLog in
Avatar of juank
juank

asked on

Storing empty dates

Hi:

I have a simpe question, silly I'd say, but so far I couldn't get an answer.

Is there any method, Using Delphi3, to store an empty date in a DateField, without causing to appear '12/30/1899'.

I'll appreciate any suggestion

Regards

JuanK
ASKER CERTIFIED SOLUTION
Avatar of Roza
Roza
Flag of Slovenia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Maybe
Table1.FieldByName('DateField').Clear;
Avatar of juank
juank

ASKER

It was a silly question. Wasn't it?
Thanks for your cooperation