Darrin
Darrin
v1.5 delete would be nice as what if a user enters something wrong
I had the same issues, if you add a new selct list (dropdown) when you open the form there are no values in the list. I did find if you...
I am also having a problem In the form I have Contacted Then in the JS file I have function SubmitForm() { if ($('#Contacted').is(':checked') == true){ $('#Contacted').val('Yes'); } else {...
So here is where I am getting stuck I have for inputs: Start : '10/24/2018' End : '11/08/2018' The function below returns the following: Start: Tue, 23 Oct 2018 23:00:00...
No mater what I send to the server for the start and end it stores: Start: 2018-10-23 23:00:00 End: 2018-11-08 00:00:00 I send this to the server: Start: Wed, 24...
> moment.js
That is a issue, since it is a calendar web app, the EventDate and EndDate are set and I can not edit them
I have downloaded moment.js, how will this help solve this issue?
If anyone has a js function that handels this, PLEASE POST.
Thanks, for now what I have to do is add 1 day to the start date, but not to the end date....which is odd that i do not get the...