I found that it is more flexible and readable for me to use the ToString formatting for dates
objDate.ToString("MM/dd/yyyy");
than to use this:
objDate.ToShortDateString()
I think so. I am doing my project and using this method to format a date to the form dd/MM/yyyy.
I think so. I am doing my project and using this method to format a date to the form dd/MM/yyyy.
ReplyDelete