Guest noricat Posted October 3, 2002 Posted October 3, 2002 Dear all, I am finding a method to get the system current time, year, month, day, min, hour, sec. I search in the msdn library and found "System.DateTime.now". But I didn't know how to split out the year , month and save as string. :( Can anybody teach me the method? Thanks a million :) best regards, NORICAT Quote
*Gurus* divil Posted October 3, 2002 *Gurus* Posted October 3, 2002 System.DateTime.Now.Year, System.DateTime.Now.Month, etc etc Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.