What is wrong with this?

K

KJ

I cannot seem to get this to work.

Format("mm/dd/yyyy", Date.Today.ToShortDateString)

It comes out as 11/9/2004

I want 11/09/2004

Thanks
 
G

Guest

Try Date.Today.ToString("MM/dd/yyyy") (need caps on the MM)

Also, check out the discussion of the various options under "Standard
DateTime Format Strings".

hth,

Bill
 
G

Guest

ToShortDateString is a culture dependent method, if you want a specific
format then use a format string instead of the method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top