Help converting Forms Date to Calendar Date-Time
I need help writing a custom Flow function to
convert from the date format of a Form date field:
yyyy-mm-dd
to the
date-time format of a Calendar entry:
yyyy-MM-ddTHH:mm:ssZ
The Calendar
item will be an All-Day event.
It is
acceptable for the Time to be hard-coded to 00:06:00
Please help
with how to format the input into the Flow formatDate() function.
The input to Calendar is:
The error message from Calendar is:
My function is this:
- string formatDate(string dateStr, string fromFormat, string toFormat)
- {
- fromFormat = "yyyy-MM-dd";
- toFormat = " yyyy-MM-ddTHH:mm:ssZ";
- dateObj = dateStr.toTime(fromFormat);
- info dateObj;
- return dateObj.toString(toFormat);
- }
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.