Hai
I am concatenating two string
While i am doing so there is space between new String;
Example: string Dt="DateTime.Now.ToString("ddmmyy")";
String dd="0000";
String res= dt+dd;
Desired Result: 170420141201
Result i got 17042014 1201;
2.Is it possible to
display last two digits in year for date;
Regards