Hi There.
I have a variable called dtDate. I want to assign today\s date to it in short format:
E.G.: 2007/12/07
However I get it in the following format:
2007/12/07 0:00:00 - It includes the time.
How can I just get the date?
I have tried: the dtDate.ToShortS tring() etc, but with no success.
Thanks,
Lóan
I have a variable called dtDate. I want to assign today\s date to it in short format:
E.G.: 2007/12/07
However I get it in the following format:
2007/12/07 0:00:00 - It includes the time.
How can I just get the date?
I have tried: the dtDate.ToShortS tring() etc, but with no success.
Thanks,
Lóan
Comment