inko-lang / inko

A language for building concurrent software with confidence

Home Page:http://inko-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatting DateTime to String

yorickpeterse opened this issue · comments

Description

We should support formatting a DateTime as a String, which is the opposite of #677. Whatever syntax we use for parsing a DateTime should also be used for formatting one. I'm not sure yet what that format will be.

Related issues

Related work

No response