Hi,
I successfully included your fantastic library in my project. Everything seems to be working except one thing. When I create an event, and click save, in my server side code event date and time is set to 1.1.1001. 00:00:00.
Hi,
client-side uses MM/dd/YYYY format for dates by default. Seems like the system where the application is launched uses different culture settings and the server side can’t parse the dates that comes from the client.
There are several ways to fix it