same-day? ( timestamp -- ? )


Vocabulary
irc.logbot

Definition
USING: calendar kernel namespaces ;

IN: irc.logbot

: same-day? ( timestamp -- ? ) day-of-year current-day get = ;