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

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

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

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?