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.

Featured Replies

ok.. in my filemaker database i have a field that just autoenters the creation date when i new record is created... and i formated so it displays like this: January 2, 2001. However, when i display it in a web browser using webcompanion it reverts back to 1/2/2001. is there anyway to make it display the as January 2, 2001 in the web browser?:

IMHO use calculation field with date converted to text, that will display correctly in the same manner.

You put [fmp-field: date_created, format]

and it should look the same as in filemaker

Simon

  • Author

well i was not able to get either one of those to work.. its not too important though.

  • Newbies

Bman,

Use a calculation field. The following calculation changes a date field (named "date") to the format like Wednesday, January 3, 2001...

If(DayofWeek(date) = 1, "Sunday", If(DayofWeek(date) = 2, "Monday", If(DayofWeek(date) = 3, "Tuesday", If(DayofWeek(date) = 4, "Wednesday", If(DayofWeek(date) = 5, "Thursday", If(DayofWeek(date) = 6, "Friday", If(DayofWeek(date) = 7, "Saturday", "")))))))

& ", " & MonthName(date) & " " & Day(date) & ", " & Year(date)

-tomrt

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.