xcaliber2222
Programmer
Hello,
I am trying to get the output for:
DateTime.Now.ToString("yyMMddHHmmssffff")
The problem is all I get back as display is:
090701133
Can someone please tell me what I need to do? 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).
If someone could help I'd really appreciate it.
Thanks,
Alejandro
I am trying to get the output for:
DateTime.Now.ToString("yyMMddHHmmssffff")
The problem is all I get back as display is:
090701133
Can someone please tell me what I need to do? 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).
If someone could help I'd really appreciate it.
Thanks,
Alejandro