in reply to changing a string to a useable date time
If you want to extract the parts of that date, I reccomend simply using substr or unpack. Unpack would be faster but only works of the date fields are of constant width, which they appear to be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: changing a string to a useable date time
by cpiety (Novice) on Feb 01, 2005 at 15:14 UTC |