0

Parsing Dates

I have a question, it is related to our legacy system.

What I’m trying to do is to convert a field to a date format. Here is an
example:

len = 5

i.e.

71897 >>> 7/18/1997

len = 6

i.e.

120997 >>> 12/09/1997

len = 7

i.e.

1051711 >>> 05/17/2011

I’ve tried using expression’s if-then-else statement but I can only
validate 2.

Thanks

1 comment

Please sign in to leave a comment.