Can I change First Day of Week?
Yes, the Controls Has A FirstDayOfWeek Property. Set it to the appropriate
day. The default FirstDayofWeek is retrieved from the System settings.
Top
How do I give a null entry through this control?
Just set AllowEmpty property to True. And then click on the empty button
in the calendar to clear the Value. You may also use the Delete key.
Top
Is it possible to change the Display Formats
for date and time?
Yes, just use the CustomFormat property and set your own format. Also,
the Format Property must be set to dtpCustom. Using CustomFormat, you
can define any possible Date Format, including international Formats.
Top
Can I retrieve just the Date or Time?
Yes. Just retrieve DateValue or TimeValue as appropriate.
Top
Can I use the control to display just the Time?
Yes, Just set the Format property to dtpTime and it will use the System
defined Time format. You may also specify your own Custom Time format
using the CustomFormat property.
Top
Can I customize the Empty and Today Buttons?
Just about every aspect of the Conrol is customizable. Just set the
TodayButtonCaption and EmptyButtonCaption to text you want displayed.
Top
Can I set limits to the Date, that is define a range?
Use the MinValue and MaxValue properties. The controls won't allow Values
that don't fall within the range.
Top
Can I display more than one month in the MonthCalendar?
Sorry! As of now, this is not possible. We are adding this feature in
the Control.
Top
Can I use the keyboard to change the Date/Time
Values?
You may use the keyboard to directly enter the date. Or you can use
the Up or Down Arrow key to change values.
Top
Can I use the keyboard to navigate through the
different sections of the date/time value?
To move between different parts of the date/time value, use left and
right arrows, Forward Slash( '/') or Period('.').
Top
Can I change the Background, foreground colors and
Fonts?
Yes. You can cutomize the calendar in anyway you want. You can even
have a picture as a background for the calendar.
Top
How Can I be sure that I have the latest version
of NeoCalendar Control Libray?
Subscribe to the NeoComponents newsletter. You will be informed of any
updates. And be sure to download the latest version from the website.
Top