cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Converting date using PI mapping function

Former Member
0 Likes
6,278

Hi,

In need to convert following date '20130708' (YYYYMMDD) into '2013-07-08T00:00:00+05:30' format in PI mapping.

Is it possible to convert using PI mapping functions.

If Yes then how?

If No then is there any other method by which conversion can be done?

Thanks & Regards,

Vinit.

View Entire Topic
Former Member
0 Likes

Hello,

U want to convert date into some specific timezone format? If yes then u need a java code, otherwise u can just use date transformation function.

In Date function:

Input will be: yyyyMMdd

Output will be: yyyy-MM-dd'T'00:00:00+5:30

Thanks

Amit Srivastava