tinytime
tinytime copied to clipboard
Feature request: Parsing time
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?