Hi
I wonder how it will be possible to get the current date and time.
I have looked around and there are many different ways to retreive this.
I wonder what could be a good way to do that.
As for now, I would like to return a string for Date and Time:
2009/05/02 02:26
I try this:
DateTime date1 = new DateTime();
But it returns:
1/1/0001 12:00:00 AM