Dennis, The date/time picker object (perhaps what you are calling a drop down calendar) has a format which can be changed with
PROPERTY <Component ID> FORMAT 'FORMAT' So that when you change your date format from MM/DD/YY to DD/MM/YY, you could: Set date for DD/MM/YY Set date seq DDMMYY PROPERTY <Component ID> FORMAT 'dd/mm/yy' There is no documented PROPERTY command for the calendar object, although a component id can be set for the object. You could always try the property command above and see if in fact it would work with it. > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis > Fleming > Sent: Monday, June 13, 2005 6:59 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Mixed up date formats > > Any help here is really appreciated as customer is a little excited. > > For some reason, when changing the date format from MM/DD/YY to DD/MM/YY > (or back again) all dates display properly except the drop down calendars > don't change(???) > > So the dates all show one way but the calendars show another. I assumed > everything is defaulting to the same/last format set. Anyone know how to > fix this? > > Thanks, > > Dennis > ***** > Dennis Fleming > IISCO > http://www.TheBestCMMS.com > Phone: 570 775-7593 > Mobile: 570 351-5290
