powered by
This function returns the associated integer times for the start of date d1 and the end of date d2.
integer
d1
d2
intRangePeriod(d1, d2)
POSIXct, date/time object.
POSIXct
Bernhard Pfaff
Other UtilityFuncs: bkfee, blockattime, blockstats, date2int, int2date, intMaxDay, intMinDay, intRangeDay, timeofblock, txfee, txids, txinids, txstats, utxoage, utxotype, utxovalue
bkfee
blockattime
blockstats
date2int
int2date
intMaxDay
intMinDay
intRangeDay
timeofblock
txfee
txids
txinids
txstats
utxoage
utxotype
utxovalue
d1 <- "2017-03-15" d2 <- "2017-04-15" intRangePeriod(d1, d2) intMinDay(d1) intMaxDay(d2)
Run the code above in your browser using DataLab