LocDateTime

Purpose

Converts the string into a date (with time if required). The string is expected to be in the relevant format for the country.

Parameter:

String          Date

String               (optional) Country code/ISO Code of country, whose format is to be used. Format: <ISO639>-<ISO3166> e.g. de-de or en-us.

Return value:

Date

Example:

LocDateTime("04.07.1776","en-us") Result: 07/04/1776