User Profile
Collapse
-
The date format code in your SQL is yy.mm.dd which is different to your regional setting of dd/mm/yyyy... -
I am not familiar with vb.net but the idea will be the same as the following solution in C#
string sInput = "5000"
string sResult = sInput.PadRight (10, '0');
The above should return "5000000000 " for sResult...Leave a comment:
No activity results to display
Show More
Leave a comment: