Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question format date runtime

More
12 Apr 2017 18:07 #1 by asma
format date runtime was created by asma
hello,
how can I change the date format of the runtime variable: {/CORE_END_DATE}?
I tried some expressions but it does not work

to_char('${/CORE_END_DATE}$','YYYYMMDD')
and
to_char(to_date(to_char('${/CORE_END_DATE}$'),'yyyy/MM/dd HH:mm:ss:SSS'),'YYYYMMDD')

thanks for your help
Asma
More
13 Apr 2017 14:41 #2 by Vincent
Replied by Vincent on topic format date runtime
Hi,

The variable value of CORE_END_DATE is set at the end of the session only. This is must be why your expressions do not work.
Are you using an Oracle database in your mapping? What do you want to do exactly?
We can give you an exemple if needed.

Vincent
More
18 Apr 2017 13:53 #3 by Prashant.Sangle
Replied by Prashant.Sangle on topic format date runtime
Hello,

Go through below thread.

stambia.org/forum/general-questions/172-...re-end-date-variable

Regards,
Prashant