Frank
Frank

Reputation: 31086

How to map this to something readble in Java?

How do I map : "10%3A23%3A54+Apr+23%2C+2010+PDT" to something readable in Java ?

Frank

Upvotes: 1

Views: 65

Answers (1)

Oren Hizkiya
Oren Hizkiya

Reputation: 4434

You can use the URLDecoder() class.

Upvotes: 2

Related Questions