I've googled and searched this forum.

The answers don't seem to give the results I want.

I want to display the current time with a valid millisecond value...

I'm attempting:

Code:
DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff") // more code elided
At getting timestamps like:

5/04/2011 14:53:09.000

As you can see, 000 always trails. Is there a way to get valid milliseconds?