Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question format date runtime

More
12 Apr 2017 18:07 #1 by asma
asma created the topic: format date runtime
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
Vincent replied the 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
Prashant.Sangle replied the topic: format date runtime
Hello,

Go through below thread.

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

Regards,
Prashant