Hello!
Im using apex version 4.2.4.
Theme is smartphone 50.
PAGE 1 - I have a page with a report. One of the columns is a date/time with a date format that contains ':' . (DD.MM. HH24:MI) I have a link column that redirects to a different page
PAGE 2 - On this page I have display only field that should get populated with the date/time value from the page before.On this page I also have a button that leads to a different page.
PAGE 3 - I have 1 DATE PICKER field. It should get populated with the date/time from the page before ( PAGE 2).
( also worth to note the date format is fixed and I am unable to change it - YYYY-MM-DD"T"HH24:MI:SS )
Is there a smart and efficient way of doing this?