I am looking to create a system which on signup will create a subdomain on my website for the users account area.
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update
I need to work with dates, adding/subtracting hours and days. With the JavaScript date object this is a bit difficult, since there is only get/set and no add method.
Is there a plugin that ease this work, with a functions like add("2d3h")
(add 2 days and 3 hours)?
Take a look at DateJS, far the best for manipulating dates in JS, I think
ReplyDeleteYou'll want to use:
ReplyDeleteDatejs