If there is date column, I want week days like Monday, Tuesday, etc of that date in Confiform. What formula can I use
For eg
Input
Date
Oct 23, 2024
Output
Wednesday
[entry.datefield.formatDate(E)]
Or when via ConfiForms Field macro then just the datefield.formatDate(E)
The formula in IFTTT macro is not working
entryId=[entry.id]&Duedate=[([entry._now]+172000000).formatDate(E)]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well...
entryId=[entry.id]&Duedate=[entry._now.add(172000000).formatDate(E)]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can we use in the Confiform Field Definition of DueDate?
Please it would solve the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is a "Confiform Field Definition of DueDate" and what problem it will solve!?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to use the same above formula ( used in IFTTT), given by you in Confiform Field Definition having field type as Formula.
What formula can I use in this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can have a calculated field (calculated once on a record creation)
[entry._now.add(172000000).formatDate(E)]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.