(timestamp>ymd) ( timestamp -- )


Vocabulary
calendar.format

Definition
USING: calendar.format.macros ;

IN: calendar.format

: (timestamp>ymd) ( timestamp -- )
{ YYYY "-" MM "-" DD } formatted ;