Sha256: f880f9c3da636f00c0652105507ec728e1ee4fec86af09193e19299ef711c162
Contents?: true
Size: 1.32 KB
Versions: 1892
Compression:
Stored size: 1.32 KB
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 - 1.year, 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> <%= pb_rails("timestamp", props: { timestamp: DateTime.now - 1.year, show_date: true, show_timezone: true, timezone: "Asia/Hong_Kong", align: "left" }) %> <br>
Version data entries
1,892 entries across 1,892 versions & 2 rubygems