For what you want to do, the "toJulian" from the J datetime library, its
inverse, and a number of other goodies there will save you re-inventing the
wheel.
load '~addons/types/datetime/datetime.ijs'
names_rgsdatetime_ 0
DATECODES J0Date Linux0DateTime MONTHS MS0Date
TIMEC
Well... let's try working through this. If it goes well, we can tackle
the others.
For this problem, we might want to use several J libraries:
https://code.jsoftware.com/wiki/Addons/tables/csv
https://code.jsoftware.com/wiki/Addons/types/datetime
https://code.jsoftware.com/wiki/Vocabulary/Printf
I need your help, please! I also hope to learn more about using J in
other contexts from your responses.
I'm writing some software to manipulate my extensive stock market data
in different ways, and I need *explicit* code (NOT tacit code) for
several functions, which I'm splitting between multipl