Listing times from ls

Hello,
Im new to shell scripting and i am trying to write a part of my script
that will search for all files in any given folder
and write down all the names of the files and the atime, change time, and modtime of the files in one file as an output. I know that ls -l, ls -ul and ls -lc will give me the information i need, but is there a way to combine all three commands to have different columns for the different times?
Any help is appreciated!
Cheers,
Jeet

Perhaps this linked message will get you started...