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)?

Javascript - String To Date - Php Iso String Format

I have a date in format of: 2010-11-30T08:32:22+0000 2010-11-27T20:59:17+0000 coming from a feed, i… Read more Javascript - String To Date - Php Iso String Format

Change Date Format On A Template

I'm using the Foundry template on Squarespace and I need to change the date format on post page… Read more Change Date Format On A Template

Formatting Javascript String To Have 03 Not 3?

I have a Javascript that opens today file in html. function openToday() { var today = new Da… Read more Formatting Javascript String To Have 03 Not 3?

Round Just Decimal In Javascript

I have a value like that: 20.93 I'd like to round it to 20.90 How can I do that in Javasc… Read more Round Just Decimal In Javascript