Skip to content

Instantly share code, notes, and snippets.

@allyraza
Created August 12, 2012 16:54
Show Gist options
  • Save allyraza/3332902 to your computer and use it in GitHub Desktop.
Save allyraza/3332902 to your computer and use it in GitHub Desktop.
<?php
$this->widget('ext.gcalendar.GCalendar',array(
'model' =>$model, // remove this line
'inputField'=>'date_of_birth',
'daFormat'=>'dd/mm/yyyy',
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment