Sha256: ade6cc6b5dd63a63e32be5db0e774006535581464f3fa5fddda28d524249fb97

Contents?: true

Size: 1005 Bytes

Versions: 143

Compression:

Stored size: 1005 Bytes

Contents

<%= pb_rails("timestamp", props: {
  timestamp: DateTime.now,
  show_date: false,
  show_timezone: true,
  timezone: "America/New_York",
  align: "left"
}) %>

<br>

<%= pb_rails("timestamp", props: {
  timestamp: DateTime.now,
  show_date: true,
  show_timezone: true,
  timezone: "America/New_York",
  align: "left"
}) %>

<br>

<%= pb_rails("timestamp", props: {
  timestamp: DateTime.now + 4.years,
  show_date: true,
  show_timezone: true,
  timezone: "America/New_York",
  align: "left"
}) %>

<br>

<%= pb_rails("timestamp", props: {
  timestamp: DateTime.now,
  show_date: false,
  show_timezone: true,
  timezone: "Asia/Hong_Kong",
  align: "left"
}) %>

<br>

<%= pb_rails("timestamp", props: {
  timestamp: DateTime.now,
  show_date: true,
  show_timezone: true,
  timezone: "Asia/Hong_Kong",
  align: "left"
}) %>

<br>

<%= pb_rails("timestamp", props: {
  timestamp: DateTime.now + 4.years,
  show_date: true,
  show_timezone: true,
  timezone: "Asia/Hong_Kong",
  align: "left"
}) %>

<br>

Version data entries

143 entries across 143 versions & 1 rubygems

Version Path
playbook_ui-10.11.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.10.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.9.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.8.1.pre.alpha.flexdeps app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.9.0.pre.alpha1 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.8.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.7.1 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.7.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.6.2.pre.alpha.dep app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.6.1.pre.alpha1 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.6.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.5.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.4.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.3.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.2.1.alpha.sisensefix app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.2.1 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.2.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.1.0 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.0.3.pre.alpha.walkthrough2 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb
playbook_ui-10.0.3.pre.alpha.walkthrough app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb