Base solution for your next web application
Open Closed

Problem with bsDatepicker datePickerLuxonModifier #10996


User avatar
0
direccionti created

Prerequisites

  • What is your product version? 11.0.0.
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .Net 6

If issue related with ABP Framework

  • What is ABP Framework version?

If issue is about UI

  • Which theme are you using?
  • What are the theme settings?

Hello guys! I have a problem. Recently the project was updated. I don't know why my date pickers has this behavior, this doesn't work. This gif was taken from demo-ui-components pages and is the same for the others components. But, the date range picker does work without problem! Can you help me please? Thanks!


5 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @DireccionTI

    Could you download a demo project and see if you have the same problem on that one ?

  • User Avatar
    0
    direccionti created

    Hi @ismcagdas I could test on base aspnetzero 11.0.0.0 and it works correctly. I'll check my code merged. When I know about the problem I'll tell you.Thanks!

  • User Avatar
    0
    ismcagdas created
    Support Team

    @DireccionTI Thanks

  • User Avatar
    0
    Hellonote created

    Hi Team, My current product version is 11.1.

    This is still an issue. I noticed this is happening when we set ClockProvider in "Web.Host" > Startup > Startup.cs > Constructor Clock.Provider = ClockProviders.Utc;

    Once provider set to Utc and change the timezone of my local machine, Dates start flickering and keep changing.

    Kindly update if there is any solution.

  • User Avatar
    0
    Hellonote created

    Hi @ismcagdas, I have tried this on demo project as well. Same behaviour if clock provider is set to UTC and change the time zone of your local machine.