Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html exporting table is displaying numbers as dates

/*Add the following Non-breaking space before value in <td> to prevent value 
from converting to date format in export to excel.
for example:*/

<td>&nbsp; 1/2</td>
 
PREVIOUS NEXT
Tagged: #html #exporting #table #displaying #numbers #dates
ADD COMMENT
Topic
Name
7+6 =