I need to find out the file creation date and file last modified date while uploading the xls file, I have to do some calculation on this 2 dates.
By using below code I
You can not get the creation date. Only the last modified date is available in file properties.
source: http://forum.jquery.com/topic/jquery-file-creation-date-before-upload
For PHP there is a thread here that provides answer: PHP: how can I get file creation date?