sorry, i have some type error on previous post.
my setting is:
$config['date_format'] = 'Y/m/d';
'Y/m/d' is a valid format.
But the date still be cleared after save.
I also test the strtotime function.
strtotime('11/18/2012') is the same as strt…
After i changed date_format in MY_config.php
$config['date_format'] = 'Y/d/m';
All works fine before i save it.
After i saved it, the date becomes empty.
is this caused by Validator?
after i add Authors Module following the user guide 1.0.
1.create authors table
2.add authors_model.php in fuel/application/model
3.add $config['modules']['authors'] = array(); in MY_fuel_modules.php
4.login admin
But I can't see authors menu sho…