PDA

View Full Version : <DisplayDateFormat> tag in MM


luigimilano
07-03-2004, 01:20 AM
I've configured an attribute DATA (date in italian) with property UTC_TIME. If I input a value, with calendar button at the right end of the field, in a window of ModelManager to compile this field the value is wrong, if I input the value with keyboard ex. 2004/07/03 the value is OK. What's happen?

Thanks

luigimilano
07-22-2004, 12:23 AM
This is a serious problem for me. In attach there are 3 image, one is Work Manager base where the date is all ok, one is Project Data Manager and one is Model Manager. In PJDM and Model Manager if the user input a date with the calendar icon at the end of data input field the date is wrong, if I input the date with keyboard in the format yyyy/MM/dd the date is right.
My preferred date format is dd/MM/yy infact is esplicited in the xml configuration file with this tag <DisplayDateFormat>dd/MM/yy</DisplayDateFormat>
How can I do?

Thanks

Tom
07-22-2004, 03:20 AM
I also had a problem with time-format some time ago. (not the same problem like you, but probably it was the same reason).

When I found the bug I submitted a service request to CoCreate. I think you should do the same. Hopefully they can tell you, if it is the same bug, and when it will be fixed.

For my problem, I solved it with a java-extension for my self.

Tom

luigimilano
07-22-2004, 05:23 AM
Thanks Tom I'll send an email to CoCreate support.

Bye