kettle_anonymous
03-10-2006, 11:51 AM
hi
I have a javascript step in my transformation and would like to call a common function from a javascript library.
mydate = format_date( srcdate, "DD-MM-YYYY" )
The format_date() function is in a javascript library common.js
How can i do this ?
Jess.
I have a javascript step in my transformation and would like to call a common function from a javascript library.
mydate = format_date( srcdate, "DD-MM-YYYY" )
The format_date() function is in a javascript library common.js
How can i do this ?
Jess.