Hi,
I'm working with umbraco. I installed EventCalneder package to schedule events.But all the events stop displaying one day before the end Date.please can anybody tell me the solution
It's a guess, but the date field is probably setting the date to 00:00 (Midnight of the day before???) on the selected day which means anything after that (I.E. the date you selected) is too late...
E.G.
If you set the date to Jan 1st 2018 it would be 01/01/2018 00:00
Now one minute into that day is past that set date...
You are in much more capable hands with David as he created the package, but as one final possible random issue...
Check the date time on the server? It could be that it is set incorrectly to wherever you are and therefore causing all of the date calculations to be wrong? - Try just outputting the DateTime.Now on a page and verifying that is correct.
EventCalender
Hi, I'm working with umbraco. I installed EventCalneder package to schedule events.But all the events stop displaying one day before the end Date.please can anybody tell me the solution
It's a guess, but the date field is probably setting the date to 00:00 (Midnight of the day before???) on the selected day which means anything after that (I.E. the date you selected) is too late...
E.G.
If you set the date to Jan 1st 2018 it would be 01/01/2018 00:00
Now one minute into that day is past that set date...
01/01/2018 00:01 > 01/01/2018 00:00 = TRUE
Could be wrong, but have a check!
Hi Allan,
Even when i select the time,it displaying the event one day before the end Date.Do you have any other suggestion?
Thank you
Hi Raj,
which version do you have installed? Will have a look but the guess from Allan might be correct.
Hi David,
I'm using umbraco 7.12 version.I tried as per Allan suggestion but it displaying event one day before the end Date.Can you suggest me any other way.
Hi Raj,
You are in much more capable hands with David as he created the package, but as one final possible random issue...
Check the date time on the server? It could be that it is set incorrectly to wherever you are and therefore causing all of the date calculations to be wrong? - Try just outputting the DateTime.Now on a page and verifying that is correct.
Good luck and I hope you find a solution.
is working on a reply...