Skip to Main Content

Oracle Forms

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!

Help: Initial value for a date field

WJHORAApr 24 2009 — edited Apr 24 2009
Hi,

I a form, I have been trying to assign an initial value for a date field with the following approach.

1. In when-new-form-instance add:

:global.i_date := sysdate;

2. In the date field that I tried to initialize, I add

:global.1_Date to Initial Value with format mask MM/DD/YYYY.

It ends up giving 04/24/0009 instead of 04/24/2009.

Any clues are greatly appreciated.

Thanks.
Jimmy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2009
Added on Apr 24 2009
5 comments
4,442 views