Here's what I've got:
--a code for the "lot" of a product
Ex: 0501-0061.xxxxxxxx (date is 1st 4 char)
--the products mature in 12 months. So in a report for the example above I need to show 5/02...
What is the best way to do this?
I've done a Left function to extract as 0501...but how do I convert to date?
I'm thinking I need to extract (05) and (01) separately and then try to convert...
Any help would be appreciated!!
--a code for the "lot" of a product
Ex: 0501-0061.xxxxxxxx (date is 1st 4 char)
--the products mature in 12 months. So in a report for the example above I need to show 5/02...
What is the best way to do this?
I've done a Left function to extract as 0501...but how do I convert to date?
I'm thinking I need to extract (05) and (01) separately and then try to convert...
Any help would be appreciated!!