DateTime Picker Control Properties

You can view and change the values for the following properties of this control:

Formats the date and time values using the formats defined by the user's language settings.

Basic Property Description

Caption

The label to display on the form for this control.

Display Date

Indicates if the control displays the date. If Display Date is False but Display Time is True, the control is essentially a time picker.

Display Time

Indicates if the control displays the time. If Display Time is False but Display Date is True, the control is essentially a date picker.

Tooltip

The text that displays as a tooltip when the user's mouse hovers over the control.

Read Only

Does not allow edits on form.

 

Advanced Property Description

Button Tooltip

The string that displays as a tool tip when the user's mouse hovers over the button part of a control such as the ellipsis on a PickList control.

Display Mode

Display mode of the control. Available options are:

  • As Control - looks like a text box.
  • As Text - displays as plain text.
  • As Hyperlink - displays as a link.
  • Normal - looks like a label.

Visible

Show or hide this control on the form.

Enabled

Allows user to interact with this control.

Required

Requires a value when saving data.

Data Bindings

Defines where the data for the control comes from. This information is read-only in the Web Form Designer.

Timeless

Determines how the control handles GMT conversion of the date/time value. Available options are:

  • True - The  value is stored with no time. Then, the value cannot undergo DST time conversion, so the stored date is the only date that can be displayed.
  • False - The value is stored with at least a default time. The value undergoes DST time conversion, so the stored date may or may not be the displayed date.

Control Id

Identifier for this control. This information is read-only in the Web Form Designer.

Control Type

Infor CRM control type. This information is read-only in the Web Form Designer.

Layout Property Description

Row

Row number of the control.

Column

Column number of the control.

Row Span

Number of cells the control occupies vertically.

Column Span

Number of cells the control occupies horizontally.

 

 

What's New in this Release

 

For a list of new features, see the What's New In This Release topic.

Contact us:

This documentation was developed by Infor CRM User Assistance. For content revisions, questions, or comments, contact the Infor CRM writers at documentation@infor.com.