Skip to main content

Using https://eazyform.app/ for time field

  • November 2, 2021
  • 7 replies
  • 60 views

Forum|alt.badge.img+8

I’m using Eazyform app to get time slots separate from the date/time field. I am having trouble then figuring out what formula to use to calculate total hours for employee scheduling.

Additionally I would like to be able to view in a Calendar view.

7 replies

Databaser
Forum|alt.badge.img+25
  • Brainy
  • November 3, 2021

Hi @Leslie_Miller

Duration fields (start time & end time) store their value in seconds. In your “total hours” field, divide by 3600 to calculate the hours.

You will need at least 1 date field for this.


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • November 3, 2021

Hi @Leslie_Miller

Duration fields (start time & end time) store their value in seconds. In your “total hours” field, divide by 3600 to calculate the hours.

You will need at least 1 date field for this.


Duration fields store their time in seconds, not minutes. They display as minutes but when used in formula fields they are seconds.


Databaser
Forum|alt.badge.img+25
  • Brainy
  • November 3, 2021

Duration fields store their time in seconds, not minutes. They display as minutes but when used in formula fields they are seconds.


Yes, went a little to fast there.


Forum|alt.badge.img+8
  • Author
  • Known Participant
  • November 3, 2021

Hi @Leslie_Miller

Duration fields (start time & end time) store their value in seconds. In your “total hours” field, divide by 3600 to calculate the hours.

You will need at least 1 date field for this.


That didn’t quite work
I had
{End Time} - {Start Time}/3600


Databaser
Forum|alt.badge.img+25
  • Brainy
  • November 4, 2021

That didn’t quite work
I had
{End Time} - {Start Time}/3600


Use brackets: ({End Time} - {Start Time})/3600


Kamille_Parks11
Forum|alt.badge.img+27

Use brackets: ({End Time} - {Start Time})/3600


Good ol’ PEMDAS


Forum|alt.badge.img+8
  • Author
  • Known Participant
  • November 7, 2021

Use brackets: ({End Time} - {Start Time})/3600


I have a new question to get the result I am looking for

How can I get a Date/Time field to auto populate based 2 duration fields and 1 date field?