RickStrahl / Westwind.Utilities

A general purpose utility and helper library for .NET development
MIT License
256 stars 61 forks source link

in the time string utils - converting time entry to time #5

Closed weedkiller closed 5 years ago

weedkiller commented 5 years ago

Hi, I am finding your lib helpful. Particularly when using it on time data input in a text box. For e.g. a time sheet where people sometimes enter 10.25 or 10,25 or 10:25 - it would be helpful if we could get this input normalized to time volumes

RickStrahl commented 5 years ago

Can you be more specific what you mean? Normalize what exactly?

decimal time to HH:mm?

weedkiller commented 5 years ago

user entry with various formats to -> standard parse-able time/hours. For e.g so we know how much time they worked.