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.

Reformat Date Field from .CSV import

Featured Replies

  • Newbies

Hi, I'm a complete beginner in FMP. (Sorry if this is the wrong forum)

I am using a web database (baseportal) simply because it has a simple interface for mobile access and I will be regularly importing the records from this into FMP. The date field, though, is ugly. Baseportal exports the date as: "YYYY.MM.DD,00:00.00#n#-06:00"

with n being a number 1-9 (I'm not sure what it is yet, I think it might be dependent on the hour of the day I create the record.) Everything after the DD is constant; it is always 00:00.00...

Anyway, I would like the date to be in the form MM/DD/YYYY or at the very least, YYYY.MM.DD as it appears in the original. In other words, I'd like to get rid of the other stuff.

I tried searching for how to do this but I can't find how to change it from YYYY.MM.DD to MM/DD/YYYY. Anyone?

Thanks!

Try importing the date data into a Text field, and have a real Date field auto-enter a calculation =

Date (

Middle ( Imported ; 6 ; 2 ) ;

Middle ( Imported ; 9 ; 2 ) ;

Left ( Imported ; 4 )

)

  • Author
  • Newbies

thanks so much, it worked like a charm!

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.