Skip to Main Content

PeopleSoft Enterprise

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

PeopleSoft date format

703034Jul 28 2009 — edited Jul 28 2009
I wanted to know where do we define or set the default peoplesoft format at the application server level? E.g. currently

if we use *%datein(effdt)* in application engine, it resolves to

to_date(to_char(effdt), ‘YYYY-MM-DD’)


Is there a way where I can change some setting so that this resolves to

to_date(to_char(effdt), ‘YYYYMMDD’)



Thanks,
Vikas

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 25 2009
Added on Jul 28 2009
10 comments
5,924 views