Sha256: 023ad43e2ac79614edd65cf662a699f24b1681d715ba2aa9dd24ca06b54407f7

Contents?: true

Size: 690 Bytes

Versions: 2016

Compression:

Stored size: 690 Bytes

Contents

<%= pb_rails("date_picker", props: {
  label: "Unformatted Date Object",
  default_date: Date.today,
  picker_id: "date-picker-anti-pattern1"
}) %>

<%= pb_rails("date_picker", props: {
  label: "Date Object Without Time - Displays Yesterday's Date",
  default_date: Date.today.to_datetime.utc.iso8601,
  picker_id: "date-picker-anti-pattern2"
}) %>

<%= pb_rails("date_picker", props: {
  label: "Unformatted DateTime Object",
  default_date: DateTime.current,
  picker_id: "date-picker-anti-pattern3"
}) %>

<%= pb_rails("date_picker", props: {
  label: "String Conversion Without ISO Formatting",
  default_date: DateTime.current.utc.to_s,
  picker_id: "date-picker-anti-pattern5"
}) %>

Version data entries

2,016 entries across 2,016 versions & 2 rubygems

Version Path
playbook_ui_docs-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5340 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.11.1.pre.alpha.PLAY1750pbcontenttagkitbutton5339 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.12.0.pre.rc.3 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.12.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.12.0.pre.rc.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.12.0.pre.rc.0 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5315 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.10.0.pre.alpha.PLAY1774timelinelabelstepspacing5314 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.10.0.pre.alpha.PLAY1750pbcontenttagkitbutton5308 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui-14.11.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb
playbook_ui_docs-14.11.0.pre.rc.17 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_anti_patterns.html.erb