Skip to Main Content

APEX

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!

How to use format mask defined by an Application Item

OraDev16Feb 21 2025 — edited Feb 21 2025

Hi All,

I've an Application Item DT_FORMAT; In page 0 (zero) I've initialized it with a value ‘DD-MM-RRRR HH24:MI:SS’ using page load dynamic action and it's showing in the session. In page 2, for a page item P2_SHOW_DT (Type : Plain Text), I want to use this Application Item in the Appearance → Format Mask by mentioning &DT_FORMAT. or :DT_FORMAT. It's not giving any result. In the application there are lots of date related page items; that's why I want to control the format mask centrally. Any suggestion will be highly appreciated.

Thanks

Comments
Post Details
Added on Feb 21 2025
1 comment
184 views