aweary / tinytime

⏰ A straightforward date and time formatter in <1kb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Parsing time

phenax opened this issue · comments

Is there scope for something for parsing time passed as a string?
Something like

// TinyTime.parse :: String -> Date
tinytime('{H}:{mm}:{ss}').parse('13:43:28');

If yes, can I work on it?