| Author |
SimpleDateFormat
|
Garandi Garandi
Ranch Hand
Joined: Jan 07, 2003
Posts: 192
|
|
How to create "SimpleDateFormat" to display time in "23:00, 00:00, 01:00, 02:00" etc format. Thank you in advance Garandi
|
 |
Rodney Woodruff
Ranch Hand
Joined: Dec 04, 2001
Posts: 80
|
|
Try this: new SimpleDateFormat("HH:mm") This will create a simple date format where the time is a 24 clock which will result in 23:00, 22:00, etc.
|
Hope This Helps
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50691
|
|
|
advanced?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Michael Morris
Ranch Hand
Joined: Jan 30, 2002
Posts: 3451
|
|
advanced?
I was scared to move it to Cindy's forum.
|
Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Ernst F. Schumacher
|
 |
 |
|
|
subject: SimpleDateFormat
|
|
|