Sha256: 67238971fabe628afd6e4be66bfbffe014f391b82ab82936b56c47654895b7e2
Contents?: true
Size: 372 Bytes
Versions: 10
Compression:
Stored size: 372 Bytes
Contents
<%= pb_rails("date_picker", props: { label: "Dynamic dates.", max_date: (Date.today + 3).httpdate, min_date: (Date.today - 3).httpdate, picker_id: "date-picker-min-max1" }) %> <%= pb_rails("date_picker", props: { format: "m/d/Y", label: "Absolute formatted dates.", max_date: "10/20/2020", min_date: "10/10/2020", picker_id: "date-picker-min-max2" }) %>
Version data entries
10 entries across 10 versions & 1 rubygems