Returns a date corresponding to STRING1 parsed using the format specified in FORMAT_INTEGER. Currently, a value of 101 is supported for FORMAT_INTEGER for MM/DD/YYYY formats. This is useful if you want to parse US Style dates anywhere in the world.
Syntax:
DATEPARSE ( STRING1, FORMAT_INTEGER )

  • No labels