If I have two String objects which are formatted date-times, say for
example:
'20060127 01:00:03'
and
'20060217 13:41:17'
Is there a means by which I could redisplay this as the difference between
the two, as a String, say, like, that may show the hh:mm:ss as well as the
number of days?
Thanks, Ike
example:
'20060127 01:00:03'
and
'20060217 13:41:17'
Is there a means by which I could redisplay this as the difference between
the two, as a String, say, like, that may show the hh:mm:ss as well as the
number of days?
Thanks, Ike
Comment