get_dir_file_info('path/to/directory/') information |
[eluser]fesweb[/eluser]
That date is a php/unix timestamp, and there are lots of options for dealing with date formatting. - You can load the CI Date helper and then use the unix_to_human() function. - Or learn how to format dates using php date(). Simple example: Code: echo date('m/d/Y'); // would print today's date as 10/30/2008 |
Messages In This Thread |
get_dir_file_info('path/to/directory/') information - by El Forum - 10-30-2008, 07:52 PM
get_dir_file_info('path/to/directory/') information - by El Forum - 10-30-2008, 09:13 PM
get_dir_file_info('path/to/directory/') information - by El Forum - 10-30-2008, 09:43 PM
|