Hi,

I have this code

VB Code:
  1. Dim timenow as String = System.DateTime.now

this return somethign like this

Code:
8-12-2004 22:18:05
How do i remove those "-", ":" and the space between 2004 and 22?

thanks