String to Date

LS,

I have a string like 1/7/11 and want to convert this into a date like 01/07/2011, how can this be done ?

Thanks,

Arthur

Hi,

Use the String to Date node with pattern (MM/dd/yyyy or dd/MM/yyyy depending on your format) afterwards use the date to String node with the same pattern.