Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Calc to to add minutes instead of hours

Featured Replies

I have the following calculation that will add a number field hours to a date field, but i cannot work out the solution to modify it to add minutes to the time field instead of hours.

MonJ1Start - Date Field

MonJ1Site - Number Field

Time(Mod(Hour(MonJ1Start) + MonJ1Site;24); Minute(MonJ1Start); Seconds(MonJ1Start))

How can i do this?

Edited by Guest

add a number field hours to a date field

This makes no sense: you cannot add hours to a date field.

add minutes to the time field

What time field?

  • Author

Solved by self:

Time(Hour(MonJ1Start); Mod(Minute(MonJ1Start) + MonJ1Site;1440); Seconds(MonJ1Start))




I moved the 
Mod(

from the Hour to the Minute, and now it is ading the field number value to the time field in minutes.

Sorry i think i think i stated Date instead of Time for one field type.

Edited by Guest

:idunno:

If all you want is to add a number of minutes to a time field, then =

Timefield + 60 * Numberfield

should be sufficient.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.