Re: Subtract Time (seconds) from a DateTime Sequence
- Posted by useless_ Jun 29, 2013
- 1227 views
jimcbrown said...
eukat said...
Can't you include std/datetime.e, subtract your seconds from from_unix(), then use now() to convert to the {2012,3,1,0,0,30) format?
The file as a whole has a few instances where it uses newer 4.0 constructs, so this wouldn't work without some tweaking.
But, that is a viable option imvho.
I think both of these, in the archives, are pre-4.0:
http://www.rapideuphoria.com/datetime.zip has a subtract function.
http://www.rapideuphoria.com/datetime2.zip has a date.e.
useless