I want to compare between the dates something like that
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I want to compare between the dates something like that
If Date.Now.ToShortDateString < date2.ToShortDateString Then
:cool:Ahmed El-Badry
-
I want to compare between the dates something like that
If Date.Now.ToShortDateString < date2.ToShortDateString Then
:cool:Ahmed El-Badry
If Date.Now < date2 Then
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
If Date.Now < date2 Then
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )