I have searched for it before but I did not found anything
I want to compare dates like is it before or after a specific date but the problem is that how can I compare dates in format 12 jun 2021.
Please help
I have searched for it before but I did not found anything
I want to compare dates like is it before or after a specific date but the problem is that how can I compare dates in format 12 jun 2021.
Please help
Hi,
you can use clock-component. If this date format is not supported, you must transform it by an self-written algorithm. “split text …, at …”- and/or “replace all text …, segment …, replacement”-blocks should help. ![]()
Thanks for reply,
But if it has to be done by splitting, replacing, etc..
then it would be classic,
Isn’t there an easy way?
Doing that isnt that hard. I think its actually pretty easy, but no I dont think there is another (easier) way to do this.
I had posted a ques in the extension page that this block for me, is retruning false for your given block
This might work
Thanks for ur efforts,
Thanks a lot
It means your input may be some mistake. Date format should be as shown by @dora_paz . Also she posted along with debug value as true. If false mean chk up your input.
Yes,
It was my fault.
I must use dd MMM yyyy
Thank u all
Insted of d MMM yyyy, can I use dd MMM yyyy?
Because I want date in 2 digits format
Pls visit here to see all acceptable date format in our kodular app
How do you optain date ? From date picker ? Database ? User ?
Its obtained from airtable as string in the format we are discussing
You can do it like this, creating a procedure…
My airtable
procedure
Checking values from airtable
Thanks for your valuable support…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.