in reply to Re^2: changing a string to a useable date time
in thread changing a string to a useable date time
Should bemy ($yr, $mon, $day, $hr, $min, $sec) = unpack('A4A2A2A2A2A2', $st +r);
my ($yr, $mon, $day, $hr, $min, $sec) = unpack('A4A2A2A2A2A2', $str);
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: changing a string to a useable date time
by cpiety (Novice) on Feb 01, 2005 at 16:49 UTC |