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!

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.

YYYYMMDD Validation

LosterFeb 18 2022

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?

Comments

InoL

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

1 - 1

Post Details

Added on Feb 18 2022
1 comment
248 views