i need help with a maskedtextbox in a C# applikation. I want want it to display the date in the following format "00.00.0000" but it refuses to show the "." instead it shows "00,00,0000". I have tried several different solution but none of them works.
The mask is correct but the .Text attribute refuses to show "." but converts them to "," instead
Does anyone has any ideas about this or has anyone come across this before?
I'm looking forward for your help.