![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've got a date field that is formatted to display a date as "Day of Week, Month Day, Year" (such as "Saturday, December 5, 2009"). I want to export that field so it reads that way, but all I ever get when I try to export is the MM/DD/YYYY format. Any suggestions? |
#3
| |||
| |||
|
|
Steve@ASU <redrock2... (AT) gmail (DOT) com> wrote: I've got a date field that is formatted to display a date as "Day of Week, Month Day, Year" (such as "Saturday, December 5, 2009"). I want to export that field so it reads that way, but all I ever get when I try to export is the MM/DD/YYYY format. Any suggestions? The date is a number, and it's this number that gets exportet The export file doesn't know how a field was formatted in FMP. Format the field in the app that reads your export file. If the date is part of a text, you can create a calc field, text result and use the date functions to write the date the way you want to see it. --http://clk.ch |
#4
| |||
| |||
|
|
Does this work for the reverse - where if I'm importing data from a spreadsheet with a date field, can I setup a date function on import as well? I've got several spreadsheets with date/time stamps on them that I'd like to preserve, but when the data comes in, it only shows the numeric value and not the date value, even though the field is setup as a date or time. |
#5
| |||
| |||
|
|
ibgarrett <br... (AT) garrett (DOT) net> wrote: Does this work for the reverse - where if I'm importing data from a spreadsheet with a date field, can I setup a date function on import as well? *I've got several spreadsheets with date/time stamps on them that I'd like to preserve, but when the data comes in, it only shows the numeric value and not the date value, even though the field is setup as a date or time. In Filemaker, a date is the number of days since Jan 1st, 0001, time is the number of seconds since midnight, and a timestamp is the number of seconds sind midnight on Jan 1st, 0001. If you want to see a really huge number, try the ReadAsNumber function on a timestamp field. Other applications may have (and do have) different ways to store date and time information. I once had an Excel version that counted from Jan 1st, 1900, don't know if this is the case in your spreadsheet app - view dates as numbers to find out. The safest way is to take the spreadsheet data apart, i.e. create a speficic column for day, month, year, hour, minutes and seconds, then import all that in filemaker number fields and have filemaker functions put them together the way you want it. If you want to this more directly, it's try and error. I've seen Filemaker reading dates from an Excel sheet correctly, but things may be different in different versions, apps and systems. --http://clk.ch |

#6
| |||
| |||
|
|
I've got a date field that is formatted to display a date as "Day of Week, Month Day, Year" (such as "Saturday, December 5, 2009"). I want to export that field so it reads that way, but all I ever get when I try to export is the MM/DD/YYYY format. Any suggestions? |
![]() |
| Thread Tools | |
| Display Modes | |
| |