<?php | |
class AppModel extends Model { | |
public $actsAs = array( | |
'Autodate.Autodate' => array('dateformat' => 'd/m/Y') | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
class AppModel extends Model { | |
public $actsAs = array( | |
'Autodate.Autodate' => array('dateformat' => 'd/m/Y') | |
); | |
} |