Search Results

1
vote

How can I get Datetime to display in military time in oracle?

Use a to_char(field,'YYYYMMDD HH24MISS'). A good list of date formats is available at http://www.ss64.com/orasyntax/fmt.html …
0
votes

Trip time calculation in relational databases?

Ok, this is a bit beyond geeky, but I built a web application to track my wife's contractions just before we had a baby so that I could see from work when it was getting close to time to go to the …