From string to date

gonzy1981gonzy1981 Member Posts: 156
Hi
I have a text with this format p.g: '810213'

- 81 is the year (1981)
- 02 is the month
- 13 is the day

I want to change this variable string to date.

Do you know to do it??

Thanks

Comments

  • kapamaroukapamarou Member Posts: 1,152
    Look at:

    EVALUATE
    DATE2DMY
    DMY2DATE

    etc...

    Search this forum. I think it has a lot of info on mostly everything =D>
  • jversusjjversusj Member Posts: 489
    you could parse the string and use DMY2DATE function (see the C/SIDE reference guide or search the forums for it).

    //guess i'm late in posting.
    kind of fell into this...
Sign In or Register to comment.