Search
You can find the results of your search below.
Fulltext results:
- kiosk
- f required currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes; // Choose either "AM" or "PM" as appropriate var timeOfDay = ( c... urrentHours; // Convert an hours component of "0" to "12" currentHours = ( currentHours == 0 ) ? 12 : currentHours; // Compose the string for di
- kiosk2
- new tab// | ^ ^ ^ ===== Links ===== * [[/~cs101/hunsberger-spring-2012/|CMPU 101 Computer Science I]] * [[/~cs145/|CMPU 145 Foundations of Computer Science ]]