We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I know that doesn't exists a format for datetime to use with getf
getf
So, I can't find a way to bind datetime values from URL... could someone show me how I do it?
The text was updated successfully, but these errors were encountered:
Can you provide us more information about this? I think that an example would help a lot to understand.
Sorry, something went wrong.
@64J0 something like
getf "/api/%datetime" getApplication
I want to bind some datetime ISO string directly to a System.Datetime like asp.net does
I know that does not exist string format for DateTime, but I want to know if we have another way to do it.
For know the only way I see is parsing the raw string by hand
No branches or pull requests
I know that doesn't exists a format for datetime to use with
getf
So, I can't find a way to bind datetime values from URL...
could someone show me how I do it?
The text was updated successfully, but these errors were encountered: