Search

You can find the results of your search below.

kiosk
7 Hits, Last modified:
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
3 Hits, Last modified:
new tab// | ^ ^ ^ ===== Links ===== * [[/~cs101/hunsberger-spring-2012/|CMPU 101 Computer Science I]] * [[/~cs145/|CMPU 145 Foundations of Computer Science ]]