Tagged Questions
1
vote
2answers
342 views
Convert FM (FileMaker) timestamp to DateTime
I have some FileMaker timestamp which I don't know how to handle. (I discovered it by trial...)
Does someone know an algorithm to convert FM (File Maker) timestamp into DateTime?
I have read about ...
1
vote
1answer
191 views
Making a timestamp from 01-01-0001 to a given date/time
I have got an issue in which I am using the FileMaker PHP API which interacts with the FileMaker platform from the web.
My Issue is that the FileMaker Platform does not use the typical epoch but ...
1
vote
1answer
480 views
Filemaker PHP API date range find
I am trying to find a certain set of data from my Filemaker DB, for example
$fm = new FileMaker(****, ****, ****, ****);
$find = $fm->newFindCommand('MyLayout');
...
2
votes
5answers
12k views
How to change MySQL date format for database?
We are using a MySQL database with FileMaker. It appears that when FileMaker is reading the MySQL tables, it will only accept dates in the format of m/d/y.
Is there any way I can get our MySQL ...