I have an application where the users are used to a specifically formatted date, such as the following format ([] denotes a textbox):
[Month] [Day] [Year] [Time] [AM/PM]
Each component is a separate textbox, so what I would like to do is use the Kendo UI DateTimePicker for this, and through JavaScript on selection set my custom textboxes with a value. I'm OK with that part, but I can't figure out how, through the API, to hide the input textbox from the view, so that I only see the buttons for date and time.
Anybody have an idea how that can be done?