Thursday 03 January 2008 9:37:00 am
As far as I know there are no methods to convert a date input string to a timestamp and then into a date in a different format. But if your example represents the real problem, you could use string manipulation instead. The explode() operator kan split your string into arrays around the '-'. Then you can rewrite the array in any order you'd like to.
|