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
APEX items are all in string format. Dates are stored as strings so referencing
:p1_my_dateis 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_datefunction