- MyDateTime = DateTime control. The final location of the information. Not actually used in the form. Just a container for storage.
- mDatePicker = Date control.
- mHourPicker = Text box in drop down format. Options are 00 - 23.
- mTimePicker = Text box in drop down format. Options are 00,15,30,45.
concat(mDatePicker, “T”, mHourPicker, “:”, mMinutePicker, “:00″)
This article does explain it quite well.
http://www.moderntoad.com/2012/02/23/infopath-date-hour-and-minute-picker-to-replicate-sharepoint-experience/