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.

Date & Text formatting within one calculation

Featured Replies

I've put my 3.5 hours in trying to get this to work but can't - so here's my question: Is it possible to Text format a date calculation, yet still maintain control over the format of the date itself?

I have a calculation that changes the size of the text (of a date) if one thing and not the other, switching the field between 8pt and 9pt. This works when using the unformatted date "mm/dd/yyyy" but I would like the date to be "mm/dd/yy" and can't seem to format it this way unless it is a DATE calculation, yet the text calculations seem to be null. If I want the text calculations to be active, then it has to be a TEXT outcome for the calculation, but then I can't format the date to "mm/dd/yy."

Any solutions?

Thank you!!!

Try

Right( "0" & Month(dateField); 2 ) & "/" & Right( "0" & Day(dateField); 2 ) & "/" & Right( Year(dateField); 2 )

  • Author

Worked perfectly - I can't believe how amazing the help has been that I have received from this forum. Hopefully I'll be able to do the same for others as I continue to learn this stuff. THANK YOU.

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.