Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Raj 21 posts 103 karma points
    Aug 22, 2018 @ 11:37
    Raj
    0

    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

  • Allan 42 posts 192 karma points
    Aug 22, 2018 @ 16:57
    Allan
    0

    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!

  • Raj 21 posts 103 karma points
    Aug 23, 2018 @ 04:59
    Raj
    0

    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

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Aug 22, 2018 @ 20:20
    David Brendel
    0

    Hi Raj,

    which version do you have installed? Will have a look but the guess from Allan might be correct.

  • Raj 21 posts 103 karma points
    Aug 23, 2018 @ 04:51
    Raj
    0

    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.

  • Allan 42 posts 192 karma points
    Aug 23, 2018 @ 08:35
    Allan
    1

    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.

Please Sign in or register to post replies

Write your reply to:

Draft