I am Trying to convert the array [ ‘9:00’, ‘9:40’, ‘9:50′, ’11:00′, ’15:00′, ’18:00’ ] to [ ‘900’, ‘940’, ‘950’, ‘1100’, ‘1500’, ‘1800’ ] in javascript.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I am Trying to convert the array [ ‘9:00’, ‘9:40’, ‘9:50′, ’11:00′, ’15:00′, ’18:00’ ] to [ ‘900’, ‘940’, ‘950’, ‘1100’, ‘1500’, ‘1800’ ] in javascript.