J
john bailo
If I use
DateTime.Now.ShortDateFormat().ToString it returns
10/8/2003
What I want is
10/08/2003
Is there an easy way to get DateTime.Now to return
the date with the leading zero.
DateTime.Now.ShortDateFormat().ToString it returns
10/8/2003
What I want is
10/08/2003
Is there an easy way to get DateTime.Now to return
the date with the leading zero.