I\'ve a var example = \"05-10-1983\"
How I can get the \"next day\" of the string example?
I\'ve try to use Date object...b
new Date(+new Date('05-10-1983'.replace(/-/g,'/')) + 24*60*60*1000)
You can use framework called php.js. Google for it. This includes the advanced date functions and more