المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Remove the time part in record access



C# Programming
08-22-2013, 06:41 AM
I am selecting the date field in the table contained in the access, but registration is with the time part.
21/08/2013 00:00:00
How can i do, for remove 00:00:00 parts ?!
I tried:
textnox_1.text = String.Format("{0:MM/dd/yyyy}",field); But not resolved.