Sha256: 133e4c05aea205a9ff659873950de494c487fe55bfbeedab39807052fb09aa9b
Contents?: true
Size: 1.36 KB
Versions: 1892
Compression:
Stored size: 1.36 KB
Contents
<%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: false, align: "left" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: true, align: "left" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now + 4.years, show_date: true, align: "left" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now - 1.year, show_date: true, align: "left" }) %> <br><br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: false, align: "center" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: true, align: "center" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now + 4.years, show_date: true, align: "center" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now - 1.year, show_date: true, align: "center" }) %> <br><br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: false, align: "right" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: true, align: "right" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now + 4.years, show_date: true, align: "right" }) %> <br> <%= pb_rails("timestamp", props: { timestamp: DateTime.now - 1.year, show_date: true, align: "right" }) %>
Version data entries
1,892 entries across 1,892 versions & 2 rubygems