how i can convert any date formate to dd/mm/yyyy
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
iam havaing a text box where the user enters the date in any formate but the it should get get in dd/mm/yyyy
You need to know which format the user chooses to enter it in, otherwise how can you tell the difference between: 09/10/2007 (9th October 2007) & 09/10/2007 (10th September 2007) Have you considered a calendar control?
-
iam havaing a text box where the user enters the date in any formate but the it should get get in dd/mm/yyyy
while casting string to Datetime .User IFromatprovider
P.S.