50

Product Tip: How to convert a date and time field to date field in Kissflow

Here's how you can convert a date and time field to date field in Kissflow:

Let's say you have a Date and time field named Datetime1. Add a Date field to the form and then compute it with the following formula:

date(Datetime_1.year(), Datetime_1.month(), Datetime_1.day()). 

 This is what it looks like.
 

Content aside

  • 50 Likes
  • 1 yr agoLast active
  • 124Views