string strDay = date.Day.ToString();
string strMonth = date.Month.ToString();
string strYear = date.Year.ToString();
outDate = string.Concat(strDay, ".", strMonth, ".", strYear);
string strDay = date.Day.ToString();
string strMonth = date.Month.ToString();
string strYear = date.Year.ToString();
outDate = string.Concat(strDay, ".", strMonth, ".", strYear);
Today I have released a new version of the VSPRRenamer. The tool now comes with an auto updater. This should make it easier to download and install latest versions.
Just click on the update icon in the main window and the tool will check if there is a new version on the server.
Besides the new auto [...]
You are currently browsing the archives for March, 2012