xcaliber2222
Programmer
Hello,
Sorry for the repost, but I had no reply from the asp.net group, and the language for my project is VB.NET so I thought I would try here.
I am trying to get the output for:
DateTime.Now.ToString("yyMMddHHmmssffff")
The problem is all I get back as display is:
090701133
From what I'm seeing on MSDN this "should" work, but it seems I'm only getting back the yyMMdd part(090701) and the HHmm part(133).
Thanks,
Alejandro
Sorry for the repost, but I had no reply from the asp.net group, and the language for my project is VB.NET so I thought I would try here.
I am trying to get the output for:
DateTime.Now.ToString("yyMMddHHmmssffff")
The problem is all I get back as display is:
090701133
From what I'm seeing on MSDN this "should" work, but it seems I'm only getting back the yyMMdd part(090701) and the HHmm part(133).
Thanks,
Alejandro