Sha256: ed4eee6f66ac59096ff828c930d6b2ba31ebcd05a32084d08e839397c58df5b9
Contents?: true
Size: 901 Bytes
Versions: 2
Compression:
Stored size: 901 Bytes
Contents
<%= pb_rails("time", props: { time: Time.now, }) %> <br> <%= pb_rails("time", props: { show_timezone: true, time: DateTime.now, timezone: "America/Chicago" }) %> <br> <%= pb_rails("time", props: { time: "2012-08-02T15:49:29Z", show_icon: true, }) %> <br> <%= pb_rails("time", props: { show_timezone: true, time: "2012-08-02T15:49:29Z", show_icon: true, timezone: "America/Chicago" }) %> <br> <br> <%= pb_rails("time", props: { time: Time.now, size: "md", }) %> <br> <%= pb_rails("time", props: { show_timezone: true, size: "md", time: DateTime.now, timezone: "America/New_York", }) %> <br> <%= pb_rails("time", props: { show_icon: true, size: "md", time: "2012-08-02T15:49:29Z", }) %> <br> <%= pb_rails("time", props: { show_icon: true, show_timezone: true, size: "md", time: "2012-08-02T15:49:29Z", timezone: "America/New_York", }) %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-7.0.0.pre.alpha10 | app/pb_kits/playbook/pb_time/docs/_time_default.html.erb |
playbook_ui-6.6.0 | app/pb_kits/playbook/pb_time/docs/_time_default.html.erb |