Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #7582
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: SimpleDateFormat |
| Date | 2011-09-05 13:11 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <73474dec-dfdc-4d01-b00a-d6b679853c38@glegroupsg2000goo.googlegroups.com> (permalink) |
| References | <d25d19e9-5818-4e42-a035-3da993ac56d0@z8g2000yqe.googlegroups.com> <v44a67h81tfvu6evh5o7lm8s5afqjb0ll8@4ax.com> |
Roedy Green wrote: > bob wrote, quoted or indirectly quoted someone who said : >> Anyone know how to use SimpleDateFormat to get a lowercase am and pm? > > there is no built in code for that. Think instead how to convert your > date/time string AM/PM to am/pm > > There various ways you can do it with String.charAt String.indexOf > String.toLowerCase Or use Arne's suggestion, which has the virtue of being compact and employing the standard API without having to post-process the output of 'format()'. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
SimpleDateFormat bob <bob@coolgroups.com> - 2011-09-04 18:14 -0700
Re: SimpleDateFormat Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-09-04 21:22 -0400
Re: SimpleDateFormat Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-09-04 22:30 -0400
Re: SimpleDateFormat Arne Vajhøj <arne@vajhoej.dk> - 2011-09-04 22:18 -0400
Re: SimpleDateFormat Roedy Green <see_website@mindprod.com.invalid> - 2011-09-05 11:12 -0700
Re: SimpleDateFormat Lew <lewbloch@gmail.com> - 2011-09-05 13:11 -0700
Re: SimpleDateFormat Roedy Green <see_website@mindprod.com.invalid> - 2011-09-05 15:57 -0700
Re: SimpleDateFormat Arne Vajhøj <arne@vajhoej.dk> - 2011-09-05 19:38 -0400
Re: SimpleDateFormat Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-09-05 19:38 -0400
Re: SimpleDateFormat Roedy Green <see_website@mindprod.com.invalid> - 2011-09-14 18:27 -0700
Re: SimpleDateFormat Eric Sosman <esosman@ieee-dot-org.invalid> - 2011-09-14 21:38 -0400
Re: SimpleDateFormat RedGrittyBrick <RedGrittyBrick@spamweary.invalid> - 2011-09-15 14:32 +0100
Re: SimpleDateFormat markspace <-@.> - 2011-09-05 16:49 -0700
Re: SimpleDateFormat Lew <lewbloch@gmail.com> - 2011-09-05 17:34 -0700
Re: SimpleDateFormat Arne Vajhøj <arne@vajhoej.dk> - 2011-09-05 16:37 -0400
csiph-web