You’ll need to brace yourself for disasters, too, including pirates who’ll ransack your turf and meteor impacts that can take out important supply depots, which can mean the difference between life and death. You’ll start from the ground up in Another Brick In The Mall, optimally laying out every road with designated parking spots for customers and deliveries while building up each wall, tile floor, door, and more before you jump into the goods and services markets. Build your own city games.

The following illustration shows how a date picker looks when it is selected in design mode.

Controls can be bound or unbound. When a control is bound, it is connected to a field or group in the data source so that data entered into the control is saved in the underlying form (.xml) file. When a control is unbound, it is not connected to a field or group, and data entered into the control is not saved. When you select or move your pointer over a control, text and a binding icon appear in the upper-right corner of the control. The text indicates the group or field to which the control is bound in the data source. The icon indicates whether the control is correctly bound to that group or field. When the binding is correct, a green icon appears. If there's something wrong with the binding, you'll see a blue or red icon instead.

The data source for the form template consists of fields and groups that appear in a hierarchical view in the Data Source task pane. Date picker controls are always bound to fields. In the following example, the Departure date date picker on the form template is bound to the departureDate field in the Data Source task pane.

Insert a date picker on a new, blank form template

When you design a new, blank form template, the Automatically create data source check box in the Controls task pane is selected by default. This enables InfoPath to automatically create fields and groups in the data source as you add controls to the form template. These fields and groups are represented by folder and file icons in the Data Source task pane.

  1. On the form template, place the cursor where you want to insert the control.
  2. If the Controls task pane is not visible, click More Controls on the Insert menu, or press ALT+I, C.
  3. Under Insert controls, click Date Picker.
  4. To add a label to the control, type text above or to the left of the control, followed by a colon (:).
  5. To specify the way that the date is displayed on the form, double-click the date picker that was inserted on the form template.
  6. Click the Data tab, and then click Format.
  7. In the Display the date like this list, in the Date format dialog box, click the display format that you want.
    Note: You can change the display format of the date only if the data type is text, date, or date and time.

Insert a date picker on a form template that is based on an existing data source

If you base the design of your form template on an existing Extensible Markup Language (XML) file, database, or Web service, InfoPath derives the fields and groups in the Data Source task pane from that existing data source. In this scenario, you can add a date picker either by dragging a date picker field from the Data Source task pane onto the form template or by inserting the date picker by using the Controls task pane, as described in the following procedure:

  1. On the form template, place the cursor where you want to insert the control.
  2. If the Controls task pane is not visible, click More Controls on the Insert menu, or press ALT+I, C.
  3. Under Insert controls, click Date Picker.
  4. In the Date Picker Binding dialog box, select the field in which you want to store the date picker data, and then click OK.
  5. InfoPath uses the name of the field or group as the control's label. If necessary, change the label text.
  6. To specify the way that the date is displayed on the form, double-click the date picker that was inserted on the form template.
  7. On the Data tab, click Format.
  8. In the Display the date like this list box, in the Date format dialog box, click the display format that you want.
    Note: You can change the display format of the date only if the data type is text, date, or date and time.
Tip: You can also use the Data Source task pane to insert controls. In the Data Source task pane, right-click the field that you want to bind the date picker to, and then click Date Picker on the shortcut menu.

Display the current date in a date picker

To automatically insert the current date on a form when users open it, you can use the today function with a date picker control.

  1. Insert a date picker on the form template.
  2. Double-click the date picker that you inserted on the form template.
  3. Click the Data tab.
  4. Under Default Value, click Insert Formula .
  5. In the Insert Formula dialog box, click Insert Function.
  6. In the Categories list in the Insert Function dialog box, click Date and Time.
  7. In the Functions list, click today, and then click OK twice to return to the Date Picker Properties dialog box.
    Notice that today() appears in the Value box.
  8. Under Default Value, clear the Update this value when the result of the formula is recalculated check box.
    Note: If you clear this check box, the date isn't updated automatically each time a user opens a form based on this form template. This is ideal in situations where you want users to see the date when the form was created. You can leave the check box selected in situations where you have a Last updated on or Last opened on field, where you want the date to change every time the form is opened.
  9. Click OK to return to the form template.
  10. To test your changes, click Preview on the Standard toolbar, or press CTRL+SHIFT+B.
  11. Verify that the date that appears in the date picker looks the way that you want it to. If it doesn't, you can change how the date or time is displayed by clicking the Format button in the Date Picker Properties dialog box.

Display the current date and time in a date picker

To automatically insert the current date and time on a form when users open it, you can use the now function with a date picker control.

  1. Insert a date picker on the form template.
  2. Double-click the date picker that you inserted on the form template.
  3. Click the Data tab.
  4. In the Data type box, click Date and Time (dateTime).
  5. Click Format.
  6. In the Date and Time Format dialog box, in the Display the time like this list, click the option that you want, and then click OK.
  7. In the Date Picker Properties dialog box, under Default Value, click Insert Formula .
  8. In the Insert Formula dialog box, click Insert Function.
  9. In the Categories list in the Insert Function dialog box, click Date and Time.
  10. In the Functions list, click now, and then click OK twice to return to the Date Picker Properties dialog box.
    Notice that now() appears in the Value box.
  11. Under Default Value, clear the Update this value when the result of the formula is recalculated check box.
    Note: If you clear this check box, the date isn't updated automatically each time a user opens a form based on this form template. This is ideal in situations where you want users to see the date when the form was created. You can leave the check box selected in situations where you have a Last updated on or Last opened on field, where you want the date to change every time the form is opened.
  12. Click OK to return to the form template.
  13. To test your changes, click Preview on the Standard toolbar, or press CTRL+SHIFT+B.
  14. Verify that the date that appears in the date picker looks the way that you want it to. If it doesn't, you can change how the date or time is displayed by clicking the Format button in the Date Picker Properties dialog box.

Layout tips

Use the following tips to help you refine the appearance, size, and other aspects of a date picker:

-->
This section contains information about the API elements used with date and time picker controls.

Overviews

TopicContents
About Date and Time Picker ControlsA date and time picker (DTP) control provides a simple and intuitive interface through which to exchange date and time information with a user.
Using Date and Time Picker ControlsThis section provides information and sample code for implementing date and time picker controls.

Macros

TopicContents
DateTime_CloseMonthCalCloses the date and time picker (DTP) control. Use this macro or send the DTM_CLOSEMONTHCAL message explicitly.
DateTime_GetDateTimePickerInfoGets information for a specified date and time picker (DTP) control.
DateTime_GetIdealSizeGets the size needed to display the control without clipping. Use this macro or send the DTM_GETIDEALSIZE message explicitly.
DateTime_GetMonthCalGets the handle to a date and time picker's (DTP) child month calendar control. You can use this macro or send the DTM_GETMONTHCAL message explicitly.
DateTime_GetMonthCalColorGets the color for a given portion of the month calendar within a date and time picker (DTP) control. You can use this macro or send the DTM_GETMCCOLOR message explicitly.
DateTime_GetMonthCalFontGets the font that the date and time picker (DTP) control's child month calendar control is currently using. You can use this macro or send the DTM_GETMCFONT message explicitly.
DateTime_GetMonthCalStyleGets the style of a specified DTP control. Use this macro or send the DTM_GETMCSTYLE message explicitly.
DateTime_GetRangeGets the current minimum and maximum allowable system times for a date and time picker (DTP) control. You can use this macro, or send the DTM_GETRANGE message explicitly.
DateTime_GetSystemtimeGets the currently selected time from a date and time picker (DTP) control and places it in a specified SYSTEMTIME structure. You can use this macro, or send the DTM_GETSYSTEMTIME message explicitly.
DateTime_SetFormatSets the display of a date and time picker (DTP) control based on a given format string. You can use this macro or send the DTM_SETFORMAT message explicitly.
DateTime_SetMonthCalColorSets the color for a given portion of the month calendar within a date and time picker (DTP) control. You can use this macro or send the DTM_SETMCCOLOR message explicitly.
DateTime_SetMonthCalFontSets the font to be used by the date and time picker (DTP) control's child month calendar control. You can use this macro or explicitly send the DTM_SETMCFONT message.
DateTime_SetMonthCalStyleSets the style for a specified DTP control. Use this macro or send the DTM_SETMCSTYLE message explicitly.
DateTime_SetRangeSets the minimum and maximum allowable system times for a date and time picker (DTP) control. You can use this macro or send the DTM_SETRANGE message explicitly.
DateTime_SetSystemtimeSets a date and time picker (DTP) control to a given date and time. You can use this macro or send the DTM_SETSYSTEMTIME message explicitly.

Messages

Microsoft Date And Time Picker Excel 64 Bit

TopicContents
DTM_CLOSEMONTHCALCloses a DTP control. Send this message explicitly or by using the DateTime_CloseMonthCal macro.
DTM_GETDATETIMEPICKERINFOGets information on a date and time picker (DTP) control.
DTM_GETIDEALSIZEGets the size needed to display the control without clipping. Send this message explicitly or by using the DateTime_GetIdealSize macro.
DTM_GETMCCOLORGets the color for a given portion of the month calendar within a date and time picker (DTP) control. You can send this message explicitly or use the DateTime_GetMonthCalColor macro.
DTM_GETMCFONTGets the font that the date and time picker (DTP) control's child month calendar control is currently using. You can send this message explicitly or use the DateTime_GetMonthCalFont macro.
DTM_GETMCSTYLEGets the style of a DTP control. Send this message explicitly or by using the DateTime_GetMonthCalStyle macro.
DTM_GETMONTHCALGets the handle to a date and time picker's (DTP) child month calendar control. You can send this message explicitly or use the DateTime_GetMonthCal macro.
DTM_GETRANGEGets the current minimum and maximum allowable system times for a date and time picker (DTP) control. You can send this message explicitly or use the DateTime_GetRange macro.
DTM_GETSYSTEMTIMEGets the currently selected time from a date and time picker (DTP) control and places it in a specified SYSTEMTIME structure. You can send this message explicitly or use the DateTime_GetSystemtime macro.
DTM_SETFORMATSets the display of a date and time picker (DTP) control based on a given format string. You can send this message explicitly or use the DateTime_SetFormat macro.
DTM_SETMCCOLORSets the color for a given portion of the month calendar within a date and time picker (DTP) control. You can send this message explicitly or use the DateTime_SetMonthCalColor macro.
DTM_SETMCFONTSets the font to be used by the date and time picker (DTP) control's child month calendar control. You can send this message explicitly or use the DateTime_SetMonthCalFont macro.
DTM_SETMCSTYLESets the style of a DTP control. Send this message explicitly or by using the DateTime_SetMonthCalStyle macro.
DTM_SETRANGESets the minimum and maximum allowable system times for a date and time picker (DTP) control. You can send this message explicitly or use the DateTime_SetRange macro.
DTM_SETSYSTEMTIMESets the time in a date and time picker (DTP) control. You can send this message explicitly or use the DateTime_SetSystemtime macro.

Notifications

TopicContents
DTN_CLOSEUPSent by a date and time picker (DTP) control when the user closes the drop-down month calendar. The month calendar is closed when the user chooses a date from the month calendar or clicks the drop-down arrow while the calendar is open.
DTN_DATETIMECHANGESent by a date and time picker (DTP) control whenever a change occurs. This notification code is sent in the form of a WM_NOTIFY message.
DTN_DROPDOWNSent by a date and time picker (DTP) control when the user activates the drop-down month calendar.
DTN_FORMATSent by a date and time picker (DTP) control to request text to be displayed in a callback field. This notification code is sent in the form of a WM_NOTIFY message.
DTN_FORMATQUERYSent by a date and time picker (DTP) control to retrieve the maximum allowable size of the string that will be displayed in a callback field. This notification code is sent in the form of a WM_NOTIFY message.
DTN_USERSTRINGSent by a date and time picker (DTP) control when a user finishes editing a string in the control. This notification code is only sent by DTP controls that are set to the DTS_APPCANPARSE style. This message is sent in the form of a WM_NOTIFY message.
DTN_WMKEYDOWNSent by a date and time picker (DTP) control when the user types in a callback field. This message is sent in the form of a WM_NOTIFY message.
NM_KILLFOCUS (date time)Notifies a date and time picker control's parent window that the control has lost the input focus. NM_KILLFOCUS (date time) is sent in the form of a WM_NOTIFY message.
NM_SETFOCUS (date time)Notifies a date and time picker control's parent window that the control has received the input focus. NM_SETFOCUS (date time) is sent in the form of a WM_NOTIFY message.

Structures

TopicContents
DATETIMEPICKERINFOContains information about a DTP control.
NMDATETIMECHANGEContains information about a change that has taken place in a date and time picker (DTP) control. This structure is used with the DTN_DATETIMECHANGE notification code.
NMDATETIMEFORMATContains information about a portion of the format string that defines a callback field within a date and time picker (DTP) control. It carries the substring that defines the callback field and contains a buffer to receive the string that will be displayed in the callback field. This structure is used with the DTN_FORMAT notification code.
NMDATETIMEFORMATQUERYContains information about a date and time picker (DTP) control callback field. It contains a substring (taken from the control's format string) that defines a callback field. The structure receives the maximum allowable size of the text that will be displayed in the callback field. This structure is used with the DTN_FORMATQUERY notification code.
NMDATETIMESTRINGContains information specific to an edit operation that has taken place in a date and time picker (DTP) control. This message is used with the DTN_USERSTRING notification code.
NMDATETIMEWMKEYDOWNCarries information used to describe and handle a DTN_WMKEYDOWN notification code.

Constants

2010

Microsoft Date And Time Picker Control 2016

TopicContents
Date and Time Picker Control StylesThe window styles listed here are specific to date and time picker controls.