cancel
Showing results for 
Search instead for 
Did you mean: 

date conversion

0 Kudos

hi,

i am trying to change the date in xmlformat to a date of format yyyy-MM-dd and i used the function below,

<b>datefromxmlformat(Repeater_0.Output{/Row/kpi_dte},"yyyy-MM-dd").</b>

when i tried to Evaluate the expression it is giving error as"<b>expression evaluation error:invalid date format of parameter in:datefromxmlformat"</b>.

thanks,

karthick

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Repeater_0.Output{/Row/kpi_dte} will not resolve to a value when using the evaluate button. Should be fine during runtime though.

Regards,

Jamie

Answers (1)

Answers (1)

0 Kudos

hi,

its working fine at runtime.

thanks,

karthick