Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APEX: convert date item to date #201

Open
martindsouza opened this issue Jul 28, 2020 · 0 comments
Open

APEX: convert date item to date #201

martindsouza opened this issue Jul 28, 2020 · 0 comments
Assignees
Milestone

Comments

@martindsouza
Copy link
Member

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

@martindsouza martindsouza added this to the 1.1.0 milestone Jul 28, 2020
@martindsouza martindsouza self-assigned this Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant