aligoren opened a new pull request #25: Improvement css and for rangepicker
URL: https://github.com/apache/kibble/pull/25
 
 
   Hi. We've discussed these changes before.
   
   Firstly, I fixed the bad UI for the date picker. 
   
   This fixes #24
   
   And **maxDate** variable in the **datepicker.coffee** file, have hardcoded 
value. Because of this, the system will work wrong. I assumed +2 years enough 
for maxDate.
   
   Now, **maxDate** works like that
   
   ```pseudo
   var maxDate = CURRENT_YEAR + 2 YEARS
   ```
   
   Because of I'm not sure that the 1970s could have records, I didn't change 
minDate value. Actually, there shouldn't be records in the 1970s.
   
   I saw on issue #19

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to