PeopleSoft date format
703034Jul 28 2009 — edited Jul 28 2009I 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