Jump 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.
Juggernaut

Date formatting in text fields

Featured Replies

  • Newbies

I have date fields where I applied custom formatting for the date to display as follows

Fri, 11 Nov 10 2006

But whenever I reference it in a text field it displays as 11/10/2006.

How do I make it display Fri, 11 Nov 10 2006 in the text field it is referenced?

Thanks in advance :P

I'm not sure there is any way to reference the formatted date format through a calculation without writing an extensive formula. Why do you want to do this? There might be another solution.

The easy way is to use a merge field instead. If you absolutely need to have it in a calculation, you will have to do the formatting as part of the formula, e.g.:P

Left ( DayName ( Datefield ) , 3 ) & ", " & Left ( MonthName ( Datefield ) , 3 ) & " " & Day ( Datefield ) & " " & Year ( Datefield )

  • Author
  • Newbies

thanks comment, this is exactly what I needed :P :P

If you're using 8.5, you can also use a calc like:

GetLayoutObjectAttribute( "dateField"; "Content" )

where you've named your layout object "dateField" to get the date with all the formatting preserved.

Create an account or sign in to comment

Important Information

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

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.