In my excel sheet the date is "12/15/2014".
After i uploaded it into form the date returns "16/12/2014" in output form.
how can i get actual results that's appear on excel sheet.
In my excel sheet the date is "12/15/2014".
After i uploaded it into form the date returns "16/12/2014" in output form.
how can i get actual results that's appear on excel sheet.
The date function format is date(Y-m-d);
. So you can upload your date in this format (2015-02-27)