Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 411 Bytes

README.md

File metadata and controls

executable file
·
23 lines (16 loc) · 411 Bytes

FO-Formatter

General print formatter for various objects

DateAndTime. And more... (not yet)

Usage

DateAndTime now printStringFormatting: 'yyyy-MM-ddTHH:mm:ss'. "'2020-08-05T17:04:59'" "(ISO 8601)"
DateAndTime now printStringFormatting: 'M'. "'8'"

Installation

Metacello new
 baseline:'FOFormatter';
 repository: 'github://sorabito/FO-Formatter/repository';
 load.