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.
I would like to use JavaScript to check the correctness of a date of type YYYYMMDD that has been entered.
Can I use new Date() in Oracle Apex?
Can I use new Date() in Oracle Apex? Date() is JavaScript, so you can use that on your web page. Google for "javascript validate date format" for many examples. There are also format plugins that can probably do it: https://apex.world/ords/f?p=100:700