I am working in APEX forms .Here i have table A with the column Date.Here date picker is by default.i want to change the date picker to “SYSDATE” i-e to show the sysdate on the form not to choose it.Please help me out
Regards,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For setting sysdate as default date just open the date settings ,
change the default value type to PL/SQL Expression and for the value
give (to_char(sysdate,’DD-MON-YYYY’))
it will work.
u can also change the date pickings from the form editing page.