Hi All,
I am having some issues with a Java web service i have consumed into my simple outlook add in that i am trying to integrate with this 3rd party API. The problem is the difference between .Net dates and Java ones, i will be honest i do not know much about Java anymore. My problem is that the API is expecting a date in the format yyyyMMddHHmmss which is fine, but when i try and create that using something like DateTime.ParseExact i recieve an error stating that "String was not recognized as a valid DateTime." Not really sure what my options our as Google has not really helped me out this time.