Sha256: 28e272b778a48fee2b3225659faef17318fc553346bae86b555cb8b9faddfee5
Contents?: true
Size: 1.01 KB
Versions: 143
Compression:
Stored size: 1.01 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><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><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" }) %>
Version data entries
143 entries across 143 versions & 1 rubygems