Timestamp

Overview Style Guidelines Code Demos Accessibility
  1. Usage
  2. rh-timestamp
  1. Usage
  2. rh-timestamp

Installation

Learn more about how to install on our getting started docs.

Red Hat CDN
<script type="module">
  import '@rhds/elements/rh-timestamp/rh-timestamp.js';
</script>
Import Map Example
<script type="importmap">
  {
    "imports": {
      "@rhds/elements/": "https://www.redhatstatic.com/dx/v1-alpha/@rhds/elements@2.0.1/elements/",
    }
  }
</script>
NPM
npm install @rhds/elements
<script type="module">
  import '@rhds/elements/rh-timestamp/rh-timestamp.js';
</script>
JSPM
<script type="module">
  import '@rhds/elements/rh-timestamp/rh-timestamp.js';
</script>
Import Map Example
<script type="importmap">
{
  "imports": {
    "@rhds/elements/rh-timestamp/rh-timestamp.js": "./elements/rh-timestamp/rh-timestamp.js"
  },
  "scopes": {
    "./": {
      "@patternfly/pfe-core/controllers/timestamp-controller.js": "https://ga.jspm.io/npm:@patternfly/pfe-core@4.0.2/controllers/timestamp-controller.js",
      "lit": "https://ga.jspm.io/npm:lit@3.2.0/index.js",
      "lit/decorators/": "https://ga.jspm.io/npm:lit@3.2.0/decorators/",
      "tslib": "https://ga.jspm.io/npm:tslib@2.7.0/tslib.es6.mjs"
    },
    "https://ga.jspm.io/": {
      "@lit/reactive-element": "https://ga.jspm.io/npm:@lit/reactive-element@2.0.4/development/reactive-element.js",
      "@lit/reactive-element/decorators/": "https://ga.jspm.io/npm:@lit/reactive-element@2.0.4/development/decorators/",
      "lit-element/lit-element.js": "https://ga.jspm.io/npm:lit-element@4.1.0/development/lit-element.js",
      "lit-html": "https://ga.jspm.io/npm:lit-html@3.2.0/development/lit-html.js",
      "lit-html/is-server.js": "https://ga.jspm.io/npm:lit-html@3.2.0/development/is-server.js",
      "tslib": "https://ga.jspm.io/npm:tslib@2.7.0/tslib.es6.mjs"
    }
  }
}
</script>

Usage

<rh-timestamp></rh-timestamp>

rh-timestamp

Slots 0

None

Attributes 8
Attribute DOM Property Description Type Default
date-format dateFormat

Custom date formatting style. See MDN for options.

DateTimeFormat | undefined
unknown
time-format timeFormat

Custom time formatting style. See MDN for options.

DateTimeFormat | undefined
unknown
display-suffix displaySuffix

Text to display after the timestamp

string | undefined
unknown
locale locale

Overrides the runtime's default locale

string | undefined
unknown
relative relative

Formats a timestamp in realtive terms

boolean | undefined
unknown
utc utc

Sets the timezone as UTC

boolean | undefined
unknown
hour-12 hour12

Whether to use 12-hour time (as opposed to 24-hour time)

boolean | undefined
unknown
date date

A string value representing a date

unknown
unknown
Methods 0

None

Events 0

None

CSS Shadow Parts 0

None

CSS Custom Properties 0

None

Design Tokens 0

None