I have a method that returns DATE type, is there a way to initialize it before I make a use of it, other than the following:
DATE retValue = 0.0;
Thanks
I have a method that returns DATE type, is there a way to initialize it before I make a use of it, other than the following:
DATE retValue = 0.0;
Thanks