WeekDatePicker
WeekDatePicker copied to clipboard
Lightweight week date picker implmentation for Android.
- Add attribute wdp_numDaysToDisplay to change the number of days displayed between 1 and 7 - Fix bug when selecting day as mentioned by @haoziliu - Update Gradle and migrate...
I would like to not to show the previous dates before the current date, how can i achieve this? I just would like to show from current date rather than...
How to change week label text into Arabic
The `firstDay.until(date)` will give back the period which is divided by years months and days , therefore the `getDays()` will be never greater than |30|. Solution: to use the `firstDay.until(date,ChronoUnit.DAYS)`...
``` private int getDayForDate(@NonNull LocalDate date) { return firstDay.until(date).getDays(); } ``` This method is supposed to get the offset of days from first day. But in fact it only get...
I am getting this on kitkat devices java.lang.NoClassDefFoundError: org.threeten.bp.DayOfWeek. Can you help me to solve it.
how to use with viewpager?
It should be able to set a initDate and endDate, i need that for example show only date that are in the interval [today-30 day after today].
I would like to set dayBackground to whole view with day and date . Kindly suggest way.