Connecting Tech Pros Worldwide Help | Site Map

strftime in java?

Z.K
Guest
 
Posts: n/a
#1: Jul 17 '07
I was wondering if the function strftime is available for java. It
seems to be for every other language, but I can't find any information
on its use for java.

Z.K.
John W. Kennedy
Guest
 
Posts: n/a
#2: Jul 17 '07

re: strftime in java?


Z.K wrote:
Quote:
I was wondering if the function strftime is available for java. It
seems to be for every other language, but I can't find any information
on its use for java.
Not in the same way. It has analogs in java.text.DateFormat and in
java.util.Formatter.
--
John W. Kennedy
"The bright critics assembled in this volume will doubtless show, in
their sophisticated and ingenious new ways, that, just as /Pooh/ is
suffused with humanism, our humanism itself, at this late date, has
become full of /Pooh./"
-- Frederick Crews. "Postmodern Pooh", Preface
Z.K
Guest
 
Posts: n/a
#3: Jul 19 '07

re: strftime in java?


John W. Kennedy wrote:
Quote:
Z.K wrote:
Quote:
>I was wondering if the function strftime is available for java. It
>seems to be for every other language, but I can't find any information
>on its use for java.
>
Not in the same way. It has analogs in java.text.DateFormat and in
java.util.Formatter.
Ok, thanks. I finally did find the necessary method in the Calendar
class so I guess I don't need it anyway.

Z.K.
Closed Thread