calendar: Add a today? word
parent
c3c61e74d7
commit
de57b00d2f
|
@ -405,6 +405,9 @@ M: timestamp days-in-year ( timestamp -- n ) year>> days-in-year ;
|
||||||
: today ( -- timestamp )
|
: today ( -- timestamp )
|
||||||
now midnight ; inline
|
now midnight ; inline
|
||||||
|
|
||||||
|
: today? ( timestamp -- ? )
|
||||||
|
now same-day? ; inline
|
||||||
|
|
||||||
: tomorrow ( -- timestamp )
|
: tomorrow ( -- timestamp )
|
||||||
1 days hence midnight ; inline
|
1 days hence midnight ; inline
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue