Sha256: b4bc4b6a2cb037e5b8de86c406c6619e6066f84ea89a79e84fe6bc6b76c22dda

Contents?: true

Size: 939 Bytes

Versions: 1825

Compression:

Stored size: 939 Bytes

Contents

import React from 'react'
import Timestamp from '../_timestamp'

const todaysDate = new Date()
const year = new Date().getFullYear()
const month = new Date().getMonth()
const date = new Date().getDate()
const hours = new Date().getHours() - 10
const minutes = new Date().getMinutes()
const customDate = new Date(year, month, date, hours, minutes)

const TimestampElapsed = (props) => {
  return (
    <div>
      <Timestamp
          showUser
          text="Maricris Nonato"
          timestamp={todaysDate}
          variant="elapsed"
          {...props}
      />

      <br />

      <Timestamp
          showUser={false}
          timestamp={customDate}
          variant="elapsed"
          {...props}
      />

      <br />

      <Timestamp
          hideUpdated
          showUser={false}
          timestamp={customDate}
          variant="elapsed"
          {...props}
      />
    </div>
  )
}

export default TimestampElapsed

Version data entries

1,825 entries across 1,825 versions & 2 rubygems

Version Path
playbook_ui-12.17.0.pre.alpha.lightboxcurrentPhotoIndex582 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.17.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.16.0.pre.alpha.tooltippositionprop566 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.16.0.pre.alpha.PLAY693tooltipwrongbg558 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.16.0.pre.alpha.PLAY693tooltipwrongbg547 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.16.0.pre.alpha.PLAY693tooltipwrongbg532 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.16.0.pre.alpha.lightboxcurrentphotoprop531 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.16.0.pre.alpha.tiptaptestingpart1528 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.16.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.15.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.14.0.pre.alpha.lightboxcurrentphotoprop460 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.14.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown457 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.14.0.pre.alpha.PLAY603datepickerquickpickinputpresetdropdown456 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.14.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.13.0.pre.alpha.PLAY693tooltipwrongbg440 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.13.0.pre.alpha.addingProductTokens439 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.13.0.pre.alpha.PLAY705phonenumberkit438 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.13.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.12.0.pre.alpha.PLAY697sandpacklayoutstyles413 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx
playbook_ui-12.12.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx