Initialization Option Author API

toolTipDateTimeSeparator

Sets the separator between the date and time.

You would want to use this to customize the display of the date and time shown in the Item and Activity list views, showing the time of last edit.

Examples

// Use the word "at" as the separator
var initializationOptions = {
    "config": {
        "label_bundle": {
            "toolTipDateTimeSeparator": "at"
        }
    }
};

// Will show "11/18/2023 at 18:39"

Values

Request object key config.label_bundle.toolTipDateTimeSeparator

Type string

Was this article helpful?