⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Date picker in view



tariq
  • profile picture
  • Member

Posted 16 May 2012 - 04:27 AM

is someone help me to add the date input in view with datepicker calander

johnvanham
  • profile picture
  • Member

Posted 16 May 2012 - 10:14 AM

If the database column is datetime then GroceryCRUD should automatically display a datepicker calendar

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 16 May 2012 - 21:07 PM

Thanks [member='johnvanham'] and if it is not auto-recognized you can always use the change_field_type method. For example:


$crud->change_field_type('my_date','date');