how can i get the date format from progress session

Posted by LegacyUser on 20-Dec-2005 20:59

how can i get the date format from progress session?

i want to know mdy or dmy or other format.so i can know

how to convert from character.

All Replies

Posted by LegacyUser on 23-Dec-2005 11:06

Hello Shy,

You know the expression "string":

STRING(X-Coord, "99")

Where are you from? Because I have a book in pdf about Progress.

Posted by LegacyUser on 26-Dec-2005 03:57

thanks,but i can't know ur means.

i want know the date format from system.

Thanks very much. i am from china.

Posted by LegacyUser on 10-Jan-2006 08:05

Use a StartUp Parameter - that way you KNOW because you are assigning the format (-d dmy)

Posted by svi on 10-Jan-2006 10:50

Programmatically you can find out the date format used by your session from the SESSION system handle, accessing its DATE-FORMAT attribute:

SESSION:DATE-FORMAT

Hope it helps

Salvador

This thread is closed