in reply to Getting a date/time in a certain format in a Windows and Linux environment

If you don't need date manipulation, and only formatting of localtime() output, try and see if POSIX::strftime() works on Win32. It's in the core.

update: s/time/localtime/

  • Comment on Re: Getting a date/time in a certain format in a Windows and Linux environment

Replies are listed 'Best First'.
Re^2: Getting a date/time in a certain format in a Windows and Linux environment
by TASdvlper (Monk) on Aug 16, 2004 at 20:45 UTC
    I did quickly try that and it complained that strftime was not defined (or something like that). I'll try it again though, maybe I did something wrong.