Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by icetnet

  1. icetnet

    mtime manipulation

    Thanks Kevin, I forgot to mention that I needed the code to be as portable as possible. I didn't even think of using split. Good call. Works great on the platforms I've tested so far. Bill
  2. icetnet

    mtime manipulation

    I like the output of the $mtime variable in the stat array. print scalar localtime($mtime); or print scalar gmtime($mtime); Tue May 8 19:56:35 2007 however, I need it in the format of Tue, May 8 2007 19:56:35 how would I manipulate this? I'm smart enough to be stupid here.

Part and Inventory Search

Back
Top