Returning date in csv file during data flow from ldap to csv and map the date attribute in output mapping flow in connector
now = new java.util.Date(); //declare variable
ret.value = system.formatDate(now, "ddMMyyyy"); // return date
now = new java.util.Date(); //declare variable
ret.value = system.formatDate(now, "ddMMyyyy"); // return date
No comments:
Post a Comment