Skip to main content

Privacera Documentation

Formats: DATE and Date_DD_MM

  • Algorithm: FPE, Scope: All

For details on allowable formats, see Date input formats and ranges.

Example

  • Request:

    "datalist": [
        [
            "16/12/3352",
            "09/02/3508",
            "16-12-3352",
            "21-03-3421",
            "19/12/3224 21:01:24:202",
            null
        ]
    ]
    
  • Response:

       "datalist": [
        [
            "16/12/3352",
            "09/02/3508",
            "16-12-3352",
            "21-03-3421",
            "12/07/3871 20:44:36:480",
            null
        ]
    ]