show/hide this revision's text 2 added 166 characters in body

see MSDN for full details.
You will need to parse the input to a DateTime object and then convert it to any text format you want.

If you are unsure what format you may be getting, maybe it is a good idea to restrict the user to a single format (using validation or better yet a date picker).

show/hide this revision's text 1

see MSDN for full details.
You will need to parse the input to a DateTime object and then convert it to any text format you want.