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 calc error

Featured Replies

I'm struggling...  does anyone have a quick/easy way to format the below as a standard date?  

Input: 2018-11-14T11:31:26.113

I would like it to format to: 11/14/2018 so I can use filemaker to sort by date, etc.  

Any help would be greatly appreciated!

If you want to use the given input as a date (or as a timestamp) then this is not a question about formatting. You need to take the text input, convert it to date and store it in another field - either a calculation field returning a date result, or a date field.

The result will then be displayed in the date format used by your file - or in another format you chose for the field in Layout mode.

The conversion itself is rather trivial:

Let ( [
y = Left ( Input ; 4 ) ;
m = Middle ( Input ; 6 ; 2 ) ; 
d = Middle ( Input ; 9 ; 2 ) 
] ; 
Date ( m ; d ; y )
)

 

 

  • Author

Thank you sir! 

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.