Hi Everybody,

I'm working with COleDateTime Class and I need to do two things:

1) Get the current date only, with out any Hrs, Min, Sec Value,

2) Clear the Hrs, Min, Sec of an existing COleDateTime Value.

Does anyone know how to do that?

At the time I had to write my own DDX function to strip the hrs, min, sec. I could write a function, but I'm surprised that Microsoft doesn't supply such member functions. ... Maybe there is something I'm missing or an operator out there that I don't know about.

Any suggestions?