What is the use of iconv and oconv functions?

1 comment:

  1. Iconv is internal conversion,
    Oconv is External conversion.
    Finally it is used to convert date format.
    Function to convert mm/dd/yyyy format to mm-dd-yyyy is
    Oconv(Iconv(fieldname,"D/MDY[2,2,4]"),"D-MDY[2,2,4]")

    ReplyDelete