Search results for query: *

  • Users: Puru
  • Content: Threads
  • Order by date
  1. Puru

    DateTime manipulation..Need help

    I need some help in generating Invoice Number in my Program using current System Date. I have made the following declarations as given below. Dim d1 As DateTime = DateTime.Now Dim MyDate As String = d1.ToString("yyMMdd") Since the Date changes at Midnight which ultimately reflects in the...
Back
Top