hello,
can't figure out what is it in C#... something like this...
VB Code:
Dim s As String = Format(Date.Now, "yyMM")
thanks guys...
Printable View
hello,
can't figure out what is it in C#... something like this...
VB Code:
Dim s As String = Format(Date.Now, "yyMM")
thanks guys...
NickCode:s = DateTime.Now.ToString("yyMM")
got to vote for :bigyello: for that...
thanx Nick... :D