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

Strange Behaviour With Spliting A String In Javascript

I am trying to do something relatively simple. I have a date in this format dd/MM/yyyy eg: var newD… Read more Strange Behaviour With Spliting A String In Javascript

Javascript Date Issue, Incorrect Timezone

I got this strange JavaScript bug that I can seem to work arround or fix. I am using some code to m… Read more Javascript Date Issue, Incorrect Timezone

Javascript Function Parseint() Doesn't Parse Numbers With Leading 0 Correctly

I have some zeros prior to a positive integer. I want to remove the zeros so only the positive inte… Read more Javascript Function Parseint() Doesn't Parse Numbers With Leading 0 Correctly