Reputation: 31086
How do I map : "10%3A23%3A54+Apr+23%2C+2010+PDT" to something readable in Java ?
Frank
Upvotes: 1
Views: 65
Reputation: 4434
You can use the URLDecoder() class.
URLDecoder()
Upvotes: 2