#!/usr/bin/perl -w use strict; use POSIX qw(strftime); print strftime("%m/%d/%y %H:%M:%S",localtime); __END__ 08/17/04 00:40:03
In reply to Re^3: Getting a date/time in a certain format in a Windows and Linux environment
by Joost
in thread Getting a date/time in a certain format in a Windows and Linux environment
by TASdvlper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |