Giter VIP home page Giter VIP logo

datepicker's People

Contributors

nkappler avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

datepicker's Issues

DatePicker selects wrong year after selecting date

DatePicker selects wrong year after selecting date (e.g. 30th of December 2024 -> shows 30th of December 2025).
This is likely because 29-30-31 of december already fall into week 1 of 2025.

Please fix this bug as it is confusing users. :)

DatePicker is stuck in the default state after .clear()

Dear Nikolaj,
We're a huge fan of your tool, trying to utilize it in a project! :)
Unfortunately in some scenarios it does not accepts any input values and stucks in the default state. I've tried to breakdown the issue as much as I can, and came up with the following scenario:

var date = new Date(ConvertUtils.stringToInteger("1901"),ConvertUtils.stringToInteger("00"),ConvertUtils.stringToInteger("01")); datePickerPlanDateTest.setDateVal(date);
Datepicker set value as expected. Changing to value to someting else:

var date = new Date(ConvertUtils.stringToInteger("1999"),ConvertUtils.stringToInteger("00"),ConvertUtils.stringToInteger("01")); datePickerPlanDateTest.setDateVal(date);
Datepicker works just fine, new date set. Than trying to change it back to the default state:

datePickerPlanDateTest.clear();
Works like a well oiled machine: no date set - default state. Than I'm trying to add date 2 to it:

var date = new Date(ConvertUtils.stringToInteger("1999"),ConvertUtils.stringToInteger("00"),ConvertUtils.stringToInteger("01")); datePickerPlanDateTest.setDateVal(date);
And unfortunately it is not changing to any value, stucks at default state!

If you had a chance to take a look at it, your help would be highly appriciated!

Many thanks.
Attila

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.