javascript Programming Glossary: equipment
Date difference in Javascript (ignoring time of day) http://stackoverflow.com/questions/1036742/date-difference-in-javascript-ignoring-time-of-day in Javascript ignoring time of day I'm writing an equipment rental application where clients are charged a fee for renting.. application where clients are charged a fee for renting equipment based on the duration in days of the rental. So basically daily.. startDate.getTime 1000 60 60 24 My problem is that equipment can be checked out and returned at any time of day during those..
|