- format-date DESTINATION DATE-FORMAT DATEprocedure
- format-date DATE-FORMAT DATEprocedure
Displays a text form of the DATE on the DESTINATION using the DATE-FORMAT.
- DESTINATION
- ; the result is returned as a string.
- DESTINATION
- #f ; the result is returned as a string.
- DESTINATION
- #t ; the (current-output-port) is used.
- DESTINATION
- output-port ; text output port.
- DESTINATION
- number ; the (current-error-port) is the DESTINATION.