VL.StandardLibs icon indicating copy to clipboard operation
VL.StandardLibs copied to clipboard

Add DateTime.TryParseExact to enable parsing custom strings

Open antongit opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. This node is missing in the CoreLib, and I miss it when I'm trying to parse Date / Time that the user can enter in any custom format I define. We have only TryParse, but it is only working for one predefined format.

image

Describe the solution you'd like Would be good to have it in the CoreLib. https://learn.microsoft.com/en-us/dotnet/api/system.datetime.parseexact?view=net-7.0#system-datetime-parseexact(system-string-system-string()-system-iformatprovider-system-globalization-datetimestyles)

antongit avatar May 05 '23 20:05 antongit