Saturn icon indicating copy to clipboard operation
Saturn copied to clipboard

Have we a way to bind Datetime values from querystring or route?

Open lucasteles opened this issue 3 years ago • 2 comments

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?

lucasteles avatar May 08 '21 21:05 lucasteles

Can you provide us more information about this? I think that an example would help a lot to understand.

64J0 avatar Aug 27 '21 20:08 64J0

@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

lucasteles avatar Jan 20 '22 13:01 lucasteles