Sha256: a999e4b266e6d97ebb8d85665c483b05cf17ebac98c32e983265e4120cbaf084

Contents?: true

Size: 674 Bytes

Versions: 1615

Compression:

Stored size: 674 Bytes

Contents

![timestamp-default](https://github.com/powerhome/playbook/assets/92755007/064c6a98-4bdd-4160-8f4b-589233762c80)

```swift
VStack(alignment: .leading, spacing: Spacing.small) {
  PBTimestamp(
    Date(),
    showDate: false
  )
  .frame(minWidth: minWidth, maxWidth: .infinity, alignment: .leading)

  PBTimestamp(
    Date()
  )
  .frame(minWidth: minWidth, maxWidth: .infinity, alignment: .leading)

  PBTimestamp(
    Date().addingTimeInterval(addThreeYear)
  )
  .frame(minWidth: minWidth, maxWidth: .infinity, alignment: .leading)

  PBTimestamp(
    Date().addingTimeInterval(subOneYear)
  )
  .frame(minWidth: minWidth, maxWidth: .infinity, alignment: .leading)
}
```

Version data entries

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

Version Path
playbook_ui_docs-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.13.0.pre.alpha.play1754pbtagprogressradio6121 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.13.0.pre.alpha.play1754pbtagprogressradio6121 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui_docs-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md
playbook_ui-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default_swift.md