HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 30 March 2001 : 20:32:41
|
in inc functions there is a function called strToDate this will convert 20010330181126 into a date time.
If you just want to display the date portion, then you would do
chkDate(strToDate('20010330181126')) and similarly chkTime(strToDate('20010330181126')) to display the Time.
|
 |
|