Could someone tell me please how I can create a custom converter
I know I can use JSON.NET ISODateConvertor, but what I want is specific, I just want to send the va
If you are using Web Api add the custom formatter to the configuration using:
config.Formatters.JsonFormatter.SerializerSettings.Converters.Add(new MyDateTimeConvertor())