Disable the text box for calendar control

We want the ability to disable the textbox of a specific instance of the calendar control so that the user has no choice but to pick date from the calendar and not enter in manually. How can this be done?

This we see as a solution in cases where, when a UK based user enters a date like 02/04/2010 (dd/mm/yyyy) but Rhythmyx interprets it as 2010-02-04 (yyyy-mm-dd) when inserting the date into the database.

Thanks,

Pallavi

Check out Rhythmyx [6.7] Technical Reference Manual, page 38, “Content Editor Control Reference.” You can probably write a custom control that will do what you want.