Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DateTime.TryParseExact to enable parsing custom strings #631

Open
antongit opened this issue May 5, 2023 · 0 comments
Open

Add DateTime.TryParseExact to enable parsing custom strings #631

antongit opened this issue May 5, 2023 · 0 comments
Labels
enhancement New feature or request VL.CoreLib Library containing the basic node set

Comments

@antongit
Copy link
Member

antongit commented May 5, 2023

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 antongit added VL.CoreLib Library containing the basic node set enhancement New feature or request labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request VL.CoreLib Library containing the basic node set
Projects
None yet
Development

No branches or pull requests

1 participant