This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi, | |
After calling the function also it returns me date as "Mon Jan 1 00:00:00 UTC 1900". My datevalues in excel is 11/26/2014 6:00:02 AM | |
My Code | |
var strDatetimeUTC=excel_file.worksheets(1).Cells(i,12).Value; //Returns 1 | |
getJsDateFromExcel(strDatetimeUTC);//returns Mon Jan 1 00:00:00 UTC 1900 | |
Could you please help me to fix this. | |
Thanks, | |
Shashi |