How to disable Caldroid custom backround date in prev/next month? - calendar

I use Caldroid Library. I want to know how to disable custom background date in prev/next month (blue circle)?

Related

Is Range selection possible in WPF Date Picker?

My requirement is to have some relative date support in my date picker and I want to select start and end date from wpf date picker. But picker showing single calendar and i couldn't achieve two date selection.i have gone through some sites but couldn't get clear answer.
Is it possible to achieve my requirement in WPF date picker or any custom template available for this?
Thanks,
Indrajeyan.

Angular Material Event Calendar, add color to certain dates

In angular-material-event-calendar, I want to highlight certain dates. Give certain date boxes a background color.How should I proceed?It will be really helpful.

XAML pick only month and year in datepicker

I need a DatePicker that can only show month and year as the available choice.
I found that it is possible to go one up when i'm in the choose section.
Is there a possible solution to lock the DatePicker at that?

Show current date in WPF Toolkit Date Time picker

I am using codeplex wpf toolkit and want to show current date at the bottom of calendar same as date time picker of windows form shows, tried various properties but could not find a solution. Please help
If i understand you correctly,you want to show the current selected date in the calender part of the datepicker.For that you want to customize the control template of the Datepciker COntrol.Go through the link below to get started
http://msdn.microsoft.com/en-us/magazine/dd882520.aspx
Edit
To have a Today Button in the calender check the below thread
http://wpf.codeplex.com/discussions/85516?ProjectName=wpf

WPF Datepicker scroll through dates in textbox

I would like to scroll using the arrow keys through the day month and year fields in the datepicker textbox.
I am guessing this will be a two step solution:
1- break up month day year into individual fields that the user 'clicks' into.
2- once the user has focus of the either day year or month then they can use arrow keys to scroll up /down.
anyone done this before with wpf?
Found this project has a date time with up / down:
http://wpftoolkit.codeplex.com/

Resources