hi. I have a maskedTextBox which is going to accept date from user. it's format is (00/00/0000) or (Short Date) and i am using system.datetime.parse() to validate it. by defult it accepts (mm/dd/yyyy) how can I change it to (dd/mm/yyyy)? Regards
hi. I have a maskedTextBox which is going to accept date from user. it's format is (00/00/0000) or (Short Date) and i am using system.datetime.parse() to validate it. by defult it accepts (mm/dd/yyyy) how can I change it to (dd/mm/yyyy)? Regards