Hi,
I have a problem with the recovery of the correct date of the message.
for all messages that arrive through the day in the format "dd" everything works correctly, but in some messages the day comes in the format "d" and then the "ValidDateTimeFormats" does not contain the correct format.
For example I get from the server the following date: "Fri, Nov 1, 2013 23:13:40"
in this case the "ValidDateTimeFormats" does not contain the correct format, and then the TryParse returns "null".
Adding the format "ddd, d MMM yyyy HH: mm: ss" then the date of the message is retrieved correctly.
If you can bring out a new release so correct solve the problem.
thanks
I have a problem with the recovery of the correct date of the message.
for all messages that arrive through the day in the format "dd" everything works correctly, but in some messages the day comes in the format "d" and then the "ValidDateTimeFormats" does not contain the correct format.
For example I get from the server the following date: "Fri, Nov 1, 2013 23:13:40"
in this case the "ValidDateTimeFormats" does not contain the correct format, and then the TryParse returns "null".
Adding the format "ddd, d MMM yyyy HH: mm: ss" then the date of the message is retrieved correctly.
If you can bring out a new release so correct solve the problem.
thanks