android-times-square
android-times-square copied to clipboard
Standalone Android widget for picking a single date from a calendar view.
I am using this view in my layout with range from january to december of this year with some highlighted dates stored in HashSet (about 150+) and as I init...
i want to change the start date which be the day of today to be the min date i send to fun init so that the start date be the...
Hi! If CalendarPickerView add inside AlertDialog, then In 28 api doesn't work scrollToPosition. DateRangePickerDialog.java ``` public class DateRangePickerDialog extends AlertDialog { public DateRangePickerDialog(@NonNull Context context) { super(context); View content =...
To whom it may concern, The issue is in the month of april. All the april days start one day after the last day of march. Example: April 1, 2016...
Selecting the start date (from date) and move the other date to select the range between start and end date.
Select date on swiping over the calendar .
Hi Team , I need your help ,I am Facing a issue When I select multiple dates the cell text is not showing in center please have a look I...
Is it posible to add a margin between weeks? This is what I try to do:  I tried to customize the...
Hi we have a method to select any date programmatically like the below mCalenderPickerView.selectDate(new Date()) but i wanted to select the previously selected date range programmatically, can you please tell...
for example i have date from 23 Nov to 2 Nov and i want to show only dates between them. and hide other dates.