remove time date information from file
I saw the post on how to change time and date using touch or setfile. Is there a way to remove time and date entirely from a file? I tried xattr -c which did not work.
No, that is not possible. The creation/modification date/time is a fixed field within the file system, and not a user-specified attribute that you can remove.