Convert now (current date and time) to a string ddmmyyyyhhnn.

  • Thread starter David Langschied
  • Start date
D

David Langschied

I have been looking through the threads here on converting the current time
to a string and it seems to look a lot more complicated that it should be. I
am not a VB programmer (though a play one on TV). I have done alot of other
programming and it is usually as smiple as:

dateaschar = string(now, "mmddyyyyhhnn")

I realize that I may have to do that date and time separately.
 
Top