date format

tjsingh

Member
Hi

My progress version has the date format as dmy.

but for one particular program i need it to be yyyymmdd e.g. 2008/12/30

but i cannot do anything with the -d parameter on a target string.

is there any other ways around it?

regards

TJ
 

TomBascom

Curmudgeon
Try looking up the SESSION system handle in the documentation. There you will discover that the date-format attribute is both readable and writable.

BTW -- if you are running Windows there is a very handy "Help" program installed with Progress. I like to add it to the "quick launch" toolbar. You might be amazed at how handy it is. I keep it open to the "Index" tab most of the time. It makes it really easy to look stuff up.
 
Top