Sha256: 36322a025bc35209a005258a13ae429cd73dcbe2f259170b9916ab6f8397faf5
Contents?: true
Size: 370 Bytes
Versions: 71
Compression:
Stored size: 370 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
71 entries across 71 versions & 1 rubygems