Skip to content Skip to sidebar Skip to footer
Showing posts with the label Format

How To Customize Date Format When Creating Excel Cells Through Javascript (activexobject)?

I'm trying to convert an HTML table to Excel in Javascript using new ActiveXObject('Excel.a… Read more How To Customize Date Format When Creating Excel Cells Through Javascript (activexobject)?

Can I Print Object As String Like Date In Console.log?

When I create the new Date object and using console.log shows not object but time as string. Howeve… Read more Can I Print Object As String Like Date In Console.log?