Skip to contents

Put together the different date format characters that were identified from the target date column.

Usage

date_make_format(f1, f2, f3)

Arguments

f1

The first part of the inferred format

f2

The second part of the inferred format

f3

The third part of the inferred format

Value

A character string that represent the inferred format from the date values. It returns NULL when the format was not resolved.