You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APEX items are all in string format. Dates are stored as strings so referencing :p1_my_date is actually a string. That string is based on either the NLS date settings OR the explicit date format.
Provide a function to pass in the page item name and get the real date back. This function will look at which format to use in a to_date function
The text was updated successfully, but these errors were encountered:
APEX items are all in string format. Dates are stored as strings so referencing
:p1_my_date
is actually a string. That string is based on either the NLS date settings OR the explicit date format.Provide a function to pass in the page item name and get the real date back. This function will look at which format to use in a
to_date
functionThe text was updated successfully, but these errors were encountered: